gnome-shell: Add flat icon-button styling

This commit is contained in:
Joonas Henriksson 2022-12-17 18:51:08 +02:00
parent 917110358e
commit f6a2a247d1
No known key found for this signature in database
GPG Key ID: FAEDBC4FB5AA3B17
1 changed files with 5 additions and 0 deletions

View File

@ -77,6 +77,11 @@ stage {
padding: 4px;
min-height: 16px;
&.flat {
background-color: transparent;
border-color: transparent;
}
& > StIcon {
icon-size: 16px;
-st-icon-style: symbolic;