This commit is contained in:
vinceliuice 2024-05-18 17:19:45 +08:00
parent d6059585d2
commit d84b269e76
15 changed files with 10 additions and 12 deletions

View File

@ -3,6 +3,5 @@ $variant: 'dark';
@import '../../../sass/variables';
@import '../../../sass/colors';
@import '../../../sass/gnome-shell/drawing';
@import '../../../sass/gnome-shell/common';
@import '../../../sass/gnome-shell/widgets-40-0';
@import '../../../sass/gnome-shell/extensions-40-0';

View File

@ -3,6 +3,5 @@ $variant: 'light';
@import '../../../sass/variables';
@import '../../../sass/colors';
@import '../../../sass/gnome-shell/drawing';
@import '../../../sass/gnome-shell/common';
@import '../../../sass/gnome-shell/widgets-40-0';
@import '../../../sass/gnome-shell/extensions-40-0';

View File

@ -3,6 +3,5 @@ $variant: 'dark';
@import '../../../sass/variables';
@import '../../../sass/colors';
@import '../../../sass/gnome-shell/drawing';
@import '../../../sass/gnome-shell/common';
@import '../../../sass/gnome-shell/widgets-42-0';
@import '../../../sass/gnome-shell/extensions-40-0';

View File

@ -3,6 +3,5 @@ $variant: 'light';
@import '../../../sass/variables';
@import '../../../sass/colors';
@import '../../../sass/gnome-shell/drawing';
@import '../../../sass/gnome-shell/common';
@import '../../../sass/gnome-shell/widgets-42-0';
@import '../../../sass/gnome-shell/extensions-40-0';

View File

@ -3,6 +3,5 @@ $variant: 'dark';
@import '../../../sass/variables';
@import '../../../sass/colors';
@import '../../../sass/gnome-shell/drawing';
@import '../../../sass/gnome-shell/common';
@import '../../../sass/gnome-shell/widgets-44-0';
@import '../../../sass/gnome-shell/extensions-40-0';

View File

@ -3,6 +3,5 @@ $variant: 'light';
@import '../../../sass/variables';
@import '../../../sass/colors';
@import '../../../sass/gnome-shell/drawing';
@import '../../../sass/gnome-shell/common';
@import '../../../sass/gnome-shell/widgets-44-0';
@import '../../../sass/gnome-shell/extensions-40-0';

View File

@ -3,6 +3,5 @@ $variant: 'dark';
@import '../../../sass/variables';
@import '../../../sass/colors';
@import '../../../sass/gnome-shell/drawing';
@import '../../../sass/gnome-shell/common';
@import '../../../sass/gnome-shell/widgets-46-0';
@import '../../../sass/gnome-shell/extensions-46-0';

View File

@ -3,6 +3,5 @@ $variant: 'light';
@import '../../../sass/variables';
@import '../../../sass/colors';
@import '../../../sass/gnome-shell/drawing';
@import '../../../sass/gnome-shell/common';
@import '../../../sass/gnome-shell/widgets-46-0';
@import '../../../sass/gnome-shell/extensions-46-0';

View File

@ -76,5 +76,6 @@ stage {
@include fontsize(8);
}
%monospace {font-family: monospace;}
%numeric { font-feature-settings: "tnum";}
%monospace { font-family: monospace; }
%numeric { font-feature-settings: "tnum"; }

View File

@ -1,3 +1,4 @@
@import 'common';
@import 'common/a11y';
@import 'common/app-grid';
@import 'common/base';

View File

@ -1,3 +1,4 @@
@import 'common';
@import 'common/a11y';
@import 'common/app-grid';
@import 'common/base';

View File

@ -1,3 +1,4 @@
@import 'common';
@import 'common/a11y';
@import 'common/app-grid';
@import 'common/base';

View File

@ -1,3 +1,4 @@
@import 'common';
@import 'common/a11y';
@import 'common/app-grid';
@import 'common/base';

View File

@ -1,3 +1,4 @@
@import 'common';
@import 'common/a11y';
@import 'common/app-grid';
@import 'common/base';

View File

@ -105,10 +105,10 @@ $panel_height: $menuitem_size;
#panel {
background-color: $panel_bg;
font-weight: 500;
@extend %numeric;
color: $panel_fg;
font-feature-settings: "tnum";
transition-duration: 250ms;
@include font(body-1);
// @include font(body-1);
height: $panel_height !important;
box-shadow: 0 5px 16px rgba(black, 0.05);