Update gnome-shell theme

This commit is contained in:
EliverLara
2019-01-15 14:40:12 -06:00
parent 8c3e6b5eed
commit 58ec22eb04
2 changed files with 14 additions and 7 deletions

View File

@@ -1417,7 +1417,13 @@ StScrollBar {
}
.app-view-control { //favorties | all toggle button
padding: 4px 32px;
&:checked { @include button(active); }
&:checked {
@include gradient();
color: #000;
}
&:hover {
border: none;
}
&:first-child {
border-right-width: 0;
border-radius: 3px 0 0 3px;
@@ -2061,4 +2067,4 @@ StScrollBar {
border: 2px solid grey;
border-radius: 4px;
padding: 6px;
}
}