Fix hover color in sidebar
parent
6ab1c63a18
commit
5fe111d221
|
@ -15,7 +15,7 @@
|
|||
min-width: 25px;
|
||||
}
|
||||
&:hover {
|
||||
background: rgba(0,0,0,0.05);
|
||||
background: fade(@cryptpad_text_col, 10%);
|
||||
}
|
||||
&.cp-leftside-active {
|
||||
background: @cp_sidebar-left-active;
|
||||
|
|
Loading…
Reference in New Issue