mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 06:38:27 +02:00
More consistent sitemap button behavior
This commit is contained in:
parent
dfe5765d50
commit
4f55b3995f
3 changed files with 10 additions and 2 deletions
|
@ -53,6 +53,7 @@
|
|||
align-items: center;
|
||||
background-color: $secondary-ui-bg;
|
||||
border-radius: $br-small;
|
||||
border: 1px solid transparent;
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
padding: $x-small $x-small $x-small $medium;
|
||||
|
@ -73,6 +74,11 @@
|
|||
}
|
||||
|
||||
&:hover {
|
||||
background-color: $color-white;
|
||||
border-color: $soft-ui-border;
|
||||
}
|
||||
|
||||
&.selected {
|
||||
background-color: $main-ui-color;
|
||||
|
||||
svg {
|
||||
|
@ -84,7 +90,6 @@
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.workspace-options {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue