mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
gnome-shell: fix tab switcher padding
This commit is contained in:
parent
74c329df53
commit
f76a202fb8
@ -516,7 +516,7 @@ StScrollBar {
|
|||||||
padding: 8px;
|
padding: 8px;
|
||||||
border-radius: 2px; }
|
border-radius: 2px; }
|
||||||
.switcher-list .item-box:outlined {
|
.switcher-list .item-box:outlined {
|
||||||
padding: 6px;
|
padding: 8px;
|
||||||
border: 1px solid #5294E2; }
|
border: 1px solid #5294E2; }
|
||||||
.switcher-list .item-box:selected {
|
.switcher-list .item-box:selected {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
@ -653,7 +653,7 @@ StScrollBar {
|
|||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
|
|
||||||
&:outlined {
|
&:outlined {
|
||||||
padding: 6px;
|
padding: 8px;
|
||||||
border: 1px solid $selected_bg_color;
|
border: 1px solid $selected_bg_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user