mirror of
https://github.com/penpot/penpot.git
synced 2026-08-28 07:38:42 +00:00
✨ Fixed hover on sidebar
This commit is contained in:
parent
779f685f72
commit
03052ddd28
@ -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…
x
Reference in New Issue
Block a user