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;
box-shadow: none;
border: none;
@include fontsize($font_size - 1);
// @include fontsize($font_size - 1);
@if $float == 'true' {
background-color: transparent;

View File

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

View File

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

View File

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

View File

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