mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 05:08:23 +02:00
🎉 Add new visual changes
This commit is contained in:
parent
5dc646e44e
commit
385616f3df
4 changed files with 21 additions and 4 deletions
|
@ -1001,6 +1001,16 @@ input[type=range]:focus::-ms-fill-upper {
|
|||
}
|
||||
}
|
||||
|
||||
&.tooltip-left {
|
||||
&:hover {
|
||||
&::after {
|
||||
left: unset;
|
||||
right: 130%;
|
||||
top: 15%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.tooltip-hover {
|
||||
&:hover {
|
||||
&::after {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue