Update gnome-shell theme

This commit is contained in:
EliverLara
2019-01-15 14:40:12 -06:00
parent 617419f237
commit c8cf6591e2
2 changed files with 13 additions and 6 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;