Pantheon desktop: Add gradient to level-bars of filemanager

This commit is contained in:
EliverLara
2020-08-02 14:26:02 -05:00
parent a2d748fde1
commit 02481427f4
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);
}
}
}