summaryrefslogtreecommitdiff
path: root/gtk/theme/Adwaita/_common.scss
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/theme/Adwaita/_common.scss')
-rw-r--r--gtk/theme/Adwaita/_common.scss32
1 files changed, 15 insertions, 17 deletions
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index 45e5d46a0d..5da9ffbeb5 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -2697,25 +2697,23 @@ switch {
//selection-mode
-@each $s,$as in ('','-selectionmode'),
- (':hover', '-hover-selectionmode'),
- (':active', '-active-selectionmode'),
- (':backdrop', '-backdrop-selectionmode'),
- (':checked', '-checked-selectionmode'),
- (':checked:hover', '-checked-hover-selectionmode'),
- (':checked:active', '-checked-active-selectionmode'),
- (':backdrop:checked', '-checked-backdrop-selectionmode') {
+@each $s in ('',
+ ':hover',
+ ':active',
+ ':backdrop',
+ ':checked',
+ ':checked:hover',
+ ':checked:active',
+ ':backdrop:checked') {
.view.content-view.check#{$s}:not(list),
.content-view .tile check#{$s}:not(list) {
- -gtk-icon-shadow: none;
- -gtk-icon-source: -gtk-scaled(url("assets/checkbox#{$as}.png"), url("assets/checkbox#{$as}@2.png"));
- background-color: transparent;
- min-width: 40px;
- min-height: 40px;
- background-image: none;
- transition: none;
- box-shadow: none;
- border-width: 0;
+ margin: 12px;
+ min-width: 32px; min-height: 32px;
+ background-color: $osd_bg_color;
+ border-radius: 5px;
+ background-image: none;
+ transition: none;
+ box-shadow: none;
}
}