0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-13 02:28:18 -05:00

Fixed hover on sidebar

This commit is contained in:
alonso.torres 2022-02-03 11:15:50 +01:00
parent 779f685f72
commit 03052ddd28
2 changed files with 6 additions and 0 deletions

View file

@ -35,6 +35,7 @@
justify-content: center;
position: relative;
width: 48px;
color: $color-gray-20;
svg {
fill: $color-gray-20;
@ -44,6 +45,7 @@
&:hover {
background-color: $color-primary;
color: $color-gray-50;
svg {
fill: $color-gray-50;
@ -52,6 +54,7 @@
&.selected {
background-color: $color-gray-60;
color: $color-primary;
svg {
fill: $color-primary;

View file

@ -40,6 +40,9 @@
font-size: $fs12;
color: $color-gray-20;
fill: $color-gray-20;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
}
.history-entry {