Pantheon desktop: Add gradient to level-bars of filemanager

This commit is contained in:
EliverLara
2020-08-02 14:26:02 -05:00
parent e14ea3a8a6
commit 769761f675
3 changed files with 3 additions and 3 deletions

View File

@@ -300,7 +300,7 @@ LibraryWindow {
&.fill-block {
border: none;
&, &:hover, &:selected, &:selected:focus {
background: linear-gradient($yellow, $yellow) ;
@include scale-highlight(right);
}
}
}