Fixed #183
This commit is contained in:
parent
33513c3355
commit
0a12fce6d6
@ -34,8 +34,8 @@ $_close_size: 42px;
|
||||
background-size: $_close_size;
|
||||
height: $_close_size;
|
||||
width: $_close_size;
|
||||
-shell-close-overlap: 10px;
|
||||
border-radius: 100px;
|
||||
-shell-close-overlap: $_close_size / 2;
|
||||
border-radius: 0;
|
||||
border: 0 none transparent;
|
||||
background-color: transparent;
|
||||
color: transparent;
|
||||
|
@ -223,7 +223,7 @@ window.assistant {
|
||||
// min-height: 38px;
|
||||
.sidebar {
|
||||
background-color: $base_color;
|
||||
border-top: 1px solid $borders_color;
|
||||
// border-top: 1px solid $borders_color;
|
||||
}
|
||||
|
||||
&.csd .sidebar { border-top-style: none; }
|
||||
@ -761,7 +761,7 @@ button {
|
||||
}
|
||||
}
|
||||
|
||||
.stack-switcher > & {
|
||||
stackswitcher > & {
|
||||
// to position the needs attention dot, padding is added to the button
|
||||
// child, a label needs just lateral padding while an icon needs vertical
|
||||
// padding added too.
|
||||
@ -1214,7 +1214,6 @@ combobox {
|
||||
}
|
||||
}
|
||||
|
||||
decoration,
|
||||
button.combo:checked,
|
||||
.background & button.combo:checked { transition: none; } // workaround for menuitem selection
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user