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