aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.18/sass/_common.scss
diff options
context:
space:
mode:
authorHorst31802015-10-02 14:12:33 +0200
committerHorst31802015-10-02 14:12:33 +0200
commitc3d28d9be63725c7495addac3197ea46f0eb760e (patch)
tree245e8881226bbff01c4c01e17591f6bf1e713a08 /common/gtk-3.0/3.18/sass/_common.scss
parent4f5747023d17abf759cd2b2b875bf9d625c585f8 (diff)
downloadsolarc-theme-c3d28d9be63725c7495addac3197ea46f0eb760e.tar.gz
solarc-theme-c3d28d9be63725c7495addac3197ea46f0eb760e.tar.xz
solarc-theme-c3d28d9be63725c7495addac3197ea46f0eb760e.zip
simplify dialog buttons
Diffstat (limited to 'common/gtk-3.0/3.18/sass/_common.scss')
-rw-r--r--common/gtk-3.0/3.18/sass/_common.scss25
1 files changed, 0 insertions, 25 deletions
diff --git a/common/gtk-3.0/3.18/sass/_common.scss b/common/gtk-3.0/3.18/sass/_common.scss
index 8d492ed..1ce7d17 100644
--- a/common/gtk-3.0/3.18/sass/_common.scss
+++ b/common/gtk-3.0/3.18/sass/_common.scss
@@ -2601,31 +2601,6 @@ GtkCalendar {
@extend %middle_button;
}
- &:focus {
- color: $selected_bg_color;
-
- &:active, &:checked { color: $selected_fg_color; }
- }
-
-// @each $b_type, $b_color in (suggested-action, $selected_bg_color),
-// (destructive-action, $destructive_color) {
-// &.#{$b_type} {
-// @include button(normal, $b_color, white, $edge:none);
-// @extend %middle_button;
-// &:hover {
-// @include button(hover, $b_color, white, $edge:none);
-// @extend %middle_button;
-// }
-// &:active {
-// @include button(active, $b_color, white, $edge:none);
-// @extend %middle_button;
-// }
-// &:insensitive {
-// @include button(insensitive, $edge:none);
-// @extend %middle_button;
-// }
-// }
-// }
&:first-child{ @extend %first_button; }
&:last-child { @extend %last_button; }
}