Update xfce-panel appearance

This commit is contained in:
EliverLara
2019-06-21 12:03:42 -05:00
parent 1748739409
commit 20570c93be
3 changed files with 6 additions and 6 deletions

View File

@@ -38,8 +38,8 @@
}
&:active, &:checked {
color: $selected_fg_color;
border: none;
background-color: $selected_bg_color;
border-bottom: 2px solid $selected_bg_color;
background-color: lighten($panel_bg_color, 20%);
label, image { color: inherit; }
}