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
179fc01a
Commit
179fc01a
authored
Mar 23, 2022
by
Artem Grinev
Committed by
Artem Grinev
Mar 23, 2022
Browse files
GTK3,4: Minor logic fixes
parent
bc9eb926
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/gtk3/widgets/_button.scss
View file @
179fc01a
...
...
@@ -391,12 +391,12 @@ combobox {
}
>
box
>
button
.combo
:only-child
{
//Force shadow for single combobox buttons
@include
neobutton
(
normal
)
@include
neobutton
(
normal
)
;
// remove a shadow for headerbar comboboxes
headerbar
&
{
headerbar
&
,
.linked
&
{
box-shadow
:
none
;
}
...
...
src/gtk3/widgets/_entry.scss
View file @
179fc01a
...
...
@@ -208,7 +208,7 @@ treeview entry {
}
}
combobox
>
box
>
button
.combo
{
combobox
>
box
>
button
.combo
:not
(
:only-child
)
{
background
:
none
;
@include
entry
(
normal
)
...
...
src/gtk4/widgets/_button.scss
View file @
179fc01a
...
...
@@ -384,12 +384,12 @@ combobox {
}
>
box
>
button
.combo
:only-child
{
//Force shadow for single combobox buttons
@include
neobutton
(
normal
)
@include
neobutton
(
normal
)
;
// remove a shadow for headerbar comboboxes
headerbar
&
{
headerbar
&
,
.linked
&
{
box-shadow
:
none
;
}
...
...
src/gtk4/widgets/_entry.scss
View file @
179fc01a
...
...
@@ -208,7 +208,7 @@ treeview entry {
}
}
combobox
>
box
>
button
.combo
{
combobox
>
box
>
button
.combo
:not
(
:only-child
)
{
background
:
none
;
@include
entry
(
normal
)
...
...
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