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
8b2f95fa
Commit
8b2f95fa
authored
Apr 20, 2021
by
Janet Blackquill
🌈
Browse files
gtk3, gtk4: make comboboxes look more true to breeze qstyle
parent
c57938a4
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/gtk3/widgets/_button.scss
View file @
8b2f95fa
...
...
@@ -444,11 +444,16 @@ button {
**************/
combobox
{
arrow
{
-gtk-icon-source
:
-gtk-icontheme
(
"pan
-down-symbolic
"
);
-gtk-icon-source
:
-gtk-icontheme
(
'go
-down-symbolic
'
);
min-height
:
16px
;
min-width
:
16px
;
}
button
{
padding-top
:
4px
;
padding-bottom
:
4px
;
}
&
.linked
{
button
:nth-child
(
2
)
{
&
:dir
(
ltr
)
{
...
...
src/gtk4/widgets/_button.scss
View file @
8b2f95fa
...
...
@@ -405,11 +405,16 @@ button {
* ComboBoxes *
**************/
combobox
{
arrow
{
-gtk-icon-source
:
-gtk-icontheme
(
'pan-down-symbolic'
);
min-height
:
16px
;
min-width
:
16px
;
}
arrow
{
-gtk-icon-source
:
-gtk-icontheme
(
'go-down-symbolic'
);
min-height
:
16px
;
min-width
:
16px
;
}
button
{
padding-top
:
4px
;
padding-bottom
:
4px
;
}
&
.linked
{
button
:nth-child
(
2
)
{
...
...
Janet Blackquill
🌈
@cblack
mentioned in commit
ebcaca8d
·
Apr 21, 2021
mentioned in commit
ebcaca8d
mentioned in commit ebcaca8d5983427e15d9e69c9ce17ed03e87e545
Toggle commit list
Write
Preview
Supports
Markdown
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