mirror of
https://github.com/vinceliuice/Colloid-gtk-theme.git
synced 2025-09-15 12:58:38 -07:00
Fixed #209
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
$primary-text: $white;
|
||||
|
||||
@if $gnome_version == 'new' and $colortype == 'system' {
|
||||
$primary: -st-accent-color;
|
||||
$indicator: -st-accent-color;
|
||||
$inverse-indicator: -st-accent-color;
|
||||
} @else {
|
||||
$primary-text: on($primary);
|
||||
}
|
||||
|
||||
@import 'common/a11y';
|
||||
|
@@ -1,5 +1,13 @@
|
||||
/* Buttons */
|
||||
|
||||
$primary-text: $white;
|
||||
|
||||
@if $gnome_version == 'new' and $colortype == 'system' {
|
||||
$primary-text: $white;
|
||||
} @else {
|
||||
$primary-text: on($primary);
|
||||
}
|
||||
|
||||
%button {
|
||||
@include button(normal);
|
||||
&:focus { @include button(focus); }
|
||||
|
Reference in New Issue
Block a user