Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Breeze for GTK
Commits
9b29ce90
Commit
9b29ce90
authored
May 18, 2022
by
Artem Grinev
Committed by
Artem Grinev
May 18, 2022
Browse files
GTK3,4: Fix checkbox
* Add active "sunken" state * Fix disabled icon coloring
parent
09a83ec6
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/gtk3/widgets/_checkboxes.scss
View file @
9b29ce90
...
...
@@ -57,7 +57,9 @@ radio {
);
}
&
:active
{
background
:
shade
(
gtk
(
"@theme_base_color"
)
,
0
.9
)
}
&
:focus
{
border-color
:
gtk
(
"@theme_button_decoration_focus"
);
...
...
@@ -92,7 +94,7 @@ radio {
gtk
(
"@theme_button_decoration_hover"
)
,
0
.3
);
-gtk-icon-palette
:
fg
gtk
(
"@insensitive_fg_color"
);
color
:
gtk
(
"@insensitive_fg_color"
);
-gtk-icon-effect
:
none
;
}
}
...
...
src/gtk4/widgets/_checkboxes.scss
View file @
9b29ce90
...
...
@@ -57,7 +57,9 @@ radio {
);
}
&
:active
{
background
:
shade
(
gtk
(
"@theme_base_color"
)
,
0
.9
)
}
&
:focus
{
border-color
:
gtk
(
"@theme_button_decoration_focus"
);
...
...
@@ -92,7 +94,7 @@ radio {
gtk
(
"@theme_button_decoration_hover"
)
,
0
.3
);
-gtk-icon-palette
:
fg
gtk
(
"@insensitive_fg_color"
);
color
:
gtk
(
"@insensitive_fg_color"
);
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment