mirror of
https://github.com/penpot/penpot.git
synced 2025-08-06 12:58:28 +02:00
✨ Fixed hover on sidebar
This commit is contained in:
parent
779f685f72
commit
03052ddd28
2 changed files with 6 additions and 0 deletions
|
@ -35,6 +35,7 @@
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 48px;
|
width: 48px;
|
||||||
|
color: $color-gray-20;
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
fill: $color-gray-20;
|
fill: $color-gray-20;
|
||||||
|
@ -44,6 +45,7 @@
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: $color-primary;
|
background-color: $color-primary;
|
||||||
|
color: $color-gray-50;
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
fill: $color-gray-50;
|
fill: $color-gray-50;
|
||||||
|
@ -52,6 +54,7 @@
|
||||||
|
|
||||||
&.selected {
|
&.selected {
|
||||||
background-color: $color-gray-60;
|
background-color: $color-gray-60;
|
||||||
|
color: $color-primary;
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
fill: $color-primary;
|
fill: $color-primary;
|
||||||
|
|
|
@ -40,6 +40,9 @@
|
||||||
font-size: $fs12;
|
font-size: $fs12;
|
||||||
color: $color-gray-20;
|
color: $color-gray-20;
|
||||||
fill: $color-gray-20;
|
fill: $color-gray-20;
|
||||||
|
height: 100%;
|
||||||
|
overflow-x: hidden;
|
||||||
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.history-entry {
|
.history-entry {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue