mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 05:18:29 +02:00
🎉 Add tooltips to color picker tabs
This commit is contained in:
parent
39bb7f209d
commit
7d202cb492
5 changed files with 45 additions and 6 deletions
|
@ -975,6 +975,14 @@ input[type=range]:focus::-ms-fill-upper {
|
|||
}
|
||||
}
|
||||
|
||||
&.tooltip-expand {
|
||||
&:hover {
|
||||
&::after {
|
||||
min-width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.tooltip-bottom-left {
|
||||
&:hover {
|
||||
&::after {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue