update
This commit is contained in:
parent
6b2f2115ff
commit
41cc1c30b2
1 changed files with 29 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
||||||
color: $light_fg_color;
|
color: $light_fg_color;
|
||||||
background-color: $primary_color;
|
background-color: $primary_color;
|
||||||
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
|
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
|
||||||
border-radius: 1000px;
|
border-radius: $circular_radius;
|
||||||
margin: 2px;
|
margin: 2px;
|
||||||
padding: 0.2em 0.6em;
|
padding: 0.2em 0.6em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
@ -97,6 +97,20 @@
|
||||||
StWidget.focused .app-well-app-running-dot {
|
StWidget.focused .app-well-app-running-dot {
|
||||||
background-color: $primary_color;
|
background-color: $primary_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.show-apps,
|
||||||
|
.app-well-app {
|
||||||
|
&:hover .overview-icon,
|
||||||
|
&:focus .overview-icon,
|
||||||
|
&:selected .overview-icon {
|
||||||
|
background-color: if($variant == 'light', rgba(white, 0.25), $light_divider_color);
|
||||||
|
}
|
||||||
|
|
||||||
|
&:active .overview-icon,
|
||||||
|
&:checked .overview-icon {
|
||||||
|
background-color: if($variant == 'light', rgba(white, 0.35), $light_track_color);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.dash-background {
|
.dash-background {
|
||||||
|
@ -121,6 +135,20 @@
|
||||||
StWidget.focused .app-well-app-running-dot {
|
StWidget.focused .app-well-app-running-dot {
|
||||||
background-color: $primary_color;
|
background-color: $primary_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.show-apps,
|
||||||
|
.app-well-app {
|
||||||
|
&:hover .overview-icon,
|
||||||
|
&:focus .overview-icon,
|
||||||
|
&:selected .overview-icon {
|
||||||
|
background-color: $light_divider_color;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:active .overview-icon,
|
||||||
|
&:checked .overview-icon {
|
||||||
|
background-color: $light_track_color;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.opaque:overview,
|
&.opaque:overview,
|
||||||
|
|
Loading…
Reference in a new issue