mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2025-06-07 07:53:07 +00:00
Fixed #1006
This commit is contained in:
parent
7284ad007f
commit
5a52172d2f
@ -2,6 +2,19 @@
|
|||||||
@return unquote("alpha(#{$c},#{$a})");
|
@return unquote("alpha(#{$c},#{$a})");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@function gtkmix($c1,$c2,$r) {
|
||||||
|
$ratio: 1 - $r / 100%; // match SCSS mix()
|
||||||
|
@return unquote("mix(#{$c1},#{$c2},#{$ratio})");
|
||||||
|
}
|
||||||
|
|
||||||
|
@function gtkshade($c,$s) {
|
||||||
|
@return unquote("shade(#{$c},#{$s})");
|
||||||
|
}
|
||||||
|
|
||||||
|
@function gtkcolor($c) {
|
||||||
|
@return unquote("@#{$c}");
|
||||||
|
}
|
||||||
|
|
||||||
// base options
|
// base options
|
||||||
@import 'theme-options-temp';
|
@import 'theme-options-temp';
|
||||||
@import 'gtk-base-temp';
|
@import 'gtk-base-temp';
|
||||||
|
@ -154,7 +154,6 @@ $flap_sidebar_size: 240px;
|
|||||||
min-height: 24px;
|
min-height: 24px;
|
||||||
min-width: 24px;
|
min-width: 24px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
-gtk-icon-shadow: none;
|
|
||||||
@extend %selected-button;
|
@extend %selected-button;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -1109,14 +1108,6 @@ scrolledwindow.fake-adw-status-page > viewport > box > clamp:not(:last-child) >
|
|||||||
scrolledwindow.fake-adw-status-page > viewport > box > clamp > box > .icon:not(:last-child) { margin-bottom: $container_padding * 6; }
|
scrolledwindow.fake-adw-status-page > viewport > box > clamp > box > .icon:not(:last-child) { margin-bottom: $container_padding * 6; }
|
||||||
scrolledwindow.fake-adw-status-page > viewport > box > clamp > box > .title:not(:last-child) { margin-bottom: $container_padding * 2; }
|
scrolledwindow.fake-adw-status-page > viewport > box > clamp > box > .title:not(:last-child) { margin-bottom: $container_padding * 2; }
|
||||||
|
|
||||||
statuspage.icon-dropshadow image.icon {
|
|
||||||
-gtk-icon-shadow: 0 1px 12px rgba(0,0,0,0.05),
|
|
||||||
0 -1px rgba(0,0,0,0.05),
|
|
||||||
1px 0 rgba(0,0,0,0.1),
|
|
||||||
0 1px rgba(0,0,0,0.3),
|
|
||||||
-1px 0 rgba(0,0,0,0.1);
|
|
||||||
}
|
|
||||||
|
|
||||||
window.info scrollbar.vertical {
|
window.info scrollbar.vertical {
|
||||||
margin-top: 48px;
|
margin-top: 48px;
|
||||||
background: none;
|
background: none;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user