Skip to content
GitLab
Menu
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
1b3a52dc
Commit
1b3a52dc
authored
Nov 18, 2021
by
Jan Blackquill
🌈
Committed by
Nate Graham
Nov 22, 2021
Browse files
gtk3, gtk4: improve build times
(cherry picked from commit
b61b76e7
)
parent
6834ee83
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/gtk3/widgets/_headerbar.scss
View file @
1b3a52dc
...
...
@@ -148,7 +148,7 @@ headerbar {
}
.subtitle
:link
{
@extend
*
:
link:selected
;
@extend
%
link
:selected
;
}
.selection-menu
{
...
...
src/gtk4/widgets/_headerbar.scss
View file @
1b3a52dc
...
...
@@ -138,7 +138,9 @@ headerbar {
@extend
%suggested-action
;
}
.subtitle
:link
{
@extend
*
:link:selected
;
}
.subtitle
:link
{
@extend
%link
:selected
;
}
.selection-menu
{
padding
:
4px
6px
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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