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; 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;

View file

@ -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 {