This commit is contained in:
Vince 2021-05-07 10:12:01 +08:00
parent 677fbfcfac
commit 00e358009d
5 changed files with 8 additions and 2 deletions

View file

@ -4,6 +4,8 @@
.show-apps,
.app-well-app,
%app-well-app {
@include font(body-1);
& .overview-icon {
color: $light_alt_fg_color;
border-radius: $wm_radius;

View file

@ -12,6 +12,7 @@
border: none;
text-shadow: none;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
@include font(body-1);
&:hover { background-color: rgba($menu_bg, 1); box-shadow: 0 5px 12px rgba(0, 0, 0, 0.25); }
&:focus { background-color: $menu_bg; }

View file

@ -12,6 +12,7 @@ $shell_panel_bg: if($trans == 'true', $panel_bg, rgba($panel_bg, 0.95));
color: $panel_fg;
font-feature-settings: "tnum";
transition-duration: 250ms;
@include font(body-1);
// transparent panel on lock & login screens
&:overview,
@ -100,6 +101,8 @@ $shell_panel_bg: if($trans == 'true', $panel_bg, rgba($panel_bg, 0.95));
}
&.clock-display {
StLabel { padding: 0 2px; }
.clock {
// transition-duration: 150ms;
border: none;
@ -116,7 +119,6 @@ $shell_panel_bg: if($trans == 'true', $panel_bg, rgba($panel_bg, 0.95));
// we want to exclude the do-not-disturb indicator from the background
&.clock-display {
box-shadow: none;
StLabel { padding: 0 2px; }
.clock {
box-shadow: none;

View file

@ -20,6 +20,7 @@ $popop_menuitem_radius: $wm_radius - 4px;
color: $alt_fg_color;
padding: 0 0 !important;
font-weight: normal;
@include font(body-1);
.popup-menu-content {
padding: 6px 0 !important;

View file

@ -15,7 +15,7 @@
padding: 4px 8px;
border: none;
font-weight: normal;
@include font(body);
@include font(body-1);
}
.window-clone-border {