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
fb46d63f
Commit
fb46d63f
authored
May 18, 2022
by
Artem Grinev
Committed by
Artem Grinev
May 18, 2022
Browse files
GTK3,4: Fix expander hover highlighting
parent
b1fc4c40
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/gtk3/widgets/_misc.scss
View file @
fb46d63f
...
...
@@ -91,7 +91,7 @@ expander {
);
}
&
:hover
{
color
:
gtkshade
(
gtk
(
"@theme_
fg_color"
)
,
1
.3
);
color
:
gtkshade
(
"@theme_
button_decoration_focus"
,
1
.3
);
}
//only lightens the arrow
&
:checked
{
-gtk-icon-source
:
-gtk-icontheme
(
$arrow_down
);
...
...
src/gtk4/widgets/_misc.scss
View file @
fb46d63f
...
...
@@ -91,7 +91,7 @@ expander {
);
}
&
:hover
{
color
:
gtkshade
(
gtk
(
"@theme_
fg_color"
)
,
1
.3
);
color
:
gtkshade
(
"@theme_
button_decoration_focus"
,
1
.3
);
}
//only lightens the arrow
&
:checked
{
-gtk-icon-source
:
-gtk-icontheme
(
$arrow_down
);
...
...
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