This commit is contained in:
vinceliuice
2025-08-06 10:01:29 +08:00
parent bac95e19ba
commit 923c07fe00
5 changed files with 9 additions and 13 deletions

View File

@@ -8,7 +8,7 @@
transition-duration: 250ms; transition-duration: 250ms;
box-shadow: none; box-shadow: none;
border: none; border: none;
@include fontsize($font_size - 1); // @include fontsize($font_size - 1);
@if $float == 'true' { @if $float == 'true' {
background-color: transparent; background-color: transparent;

View File

@@ -17,18 +17,16 @@
min-width: if($compact == 'true', 10em, 12em); min-width: if($compact == 'true', 10em, 12em);
color: $text-secondary !important; color: $text-secondary !important;
padding: 0; padding: 0;
font-weight: normal;
border-radius: $base_radius + $base_padding * 3; border-radius: $base_radius + $base_padding * 3;
box-shadow: 0 3px 5px -2px rgba(black, if($variant == 'light', 0.1, 0.18)); box-shadow: 0 3px 5px -2px rgba(black, if($variant == 'light', 0.1, 0.18));
margin: $base_padding 6px 8px; margin: $base_padding 6px 8px;
@include fontsize($font_size - 1); // @include fontsize($font_size - 1);
.popup-menu-content { .popup-menu-content {
padding: $base_padding; padding: $base_padding;
background-color: $popover; background-color: $popover;
border-radius: $menu_radius; border-radius: $menu_radius;
margin: 0; margin: 0;
font-weight: normal;
@if $rimless == 'false' { @if $rimless == 'false' {
border: 1px solid $window-border; border: 1px solid $window-border;
@@ -43,11 +41,9 @@
border-radius: $base_radius; border-radius: $base_radius;
margin: 0; margin: 0;
transition-duration: 100ms; transition-duration: 100ms;
font-weight: normal;
background-color: transparent; background-color: transparent;
&:checked { &:checked {
font-weight: normal;
border: none; border: none;
box-shadow: none; box-shadow: none;
color: $text !important; color: $text !important;

View File

@@ -28,8 +28,6 @@
padding: 0; padding: 0;
> header > button { > header > button {
border-top: 1px solid $border_color;
&:last-child { &:last-child {
padding-right: 24px; padding-right: 24px;
} }

View File

@@ -13,10 +13,12 @@ columnview {
line-height: 100%; line-height: 100%;
border-left: 1px solid $border_color; border-left: 1px solid $border_color;
border-bottom: 1px solid $border_color; border-bottom: 1px solid $border_color;
border-top: none;
border-right: none;
background-clip: padding-box; background-clip: padding-box;
&:first-child { &:first-child {
border-left-width: 0; border-left: none;
} }
> box { > box {

View File

@@ -284,7 +284,7 @@ toolbarview {
> revealer > box { > revealer > box {
background-color: $headerbar_backdrop_color; background-color: $headerbar_backdrop_color;
color: $headerbar_fg_color; color: $headerbar_fg_color;
box-shadow: inset 0 1px $headerbar_border_color; box-shadow: none;
&:backdrop { &:backdrop {
background-color: $headerbar_bg_color; background-color: $headerbar_bg_color;
@@ -294,8 +294,8 @@ toolbarview {
} }
} }
&.undershoot-top scrolledwindow { @include undershoot(top); } &.undershoot-top scrolledwindow { @include undershoot(top, $style: frame); }
&.undershoot-bottom scrolledwindow { @include undershoot(bottom); } &.undershoot-bottom scrolledwindow { @include undershoot(bottom, $style: frame); }
window.devel & > .top-bar { window.devel & > .top-bar {
background-image: cross-fade(5% -gtk-recolor(url("assets/devel-symbolic.svg")), background-image: cross-fade(5% -gtk-recolor(url("assets/devel-symbolic.svg")),