This commit is contained in:
Vince 2021-04-12 17:34:20 +08:00
parent 33513c3355
commit 0a12fce6d6
2 changed files with 4 additions and 5 deletions

View File

@ -34,8 +34,8 @@ $_close_size: 42px;
background-size: $_close_size; background-size: $_close_size;
height: $_close_size; height: $_close_size;
width: $_close_size; width: $_close_size;
-shell-close-overlap: 10px; -shell-close-overlap: $_close_size / 2;
border-radius: 100px; border-radius: 0;
border: 0 none transparent; border: 0 none transparent;
background-color: transparent; background-color: transparent;
color: transparent; color: transparent;

View File

@ -223,7 +223,7 @@ window.assistant {
// min-height: 38px; // min-height: 38px;
.sidebar { .sidebar {
background-color: $base_color; background-color: $base_color;
border-top: 1px solid $borders_color; // border-top: 1px solid $borders_color;
} }
&.csd .sidebar { border-top-style: none; } &.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 // to position the needs attention dot, padding is added to the button
// child, a label needs just lateral padding while an icon needs vertical // child, a label needs just lateral padding while an icon needs vertical
// padding added too. // padding added too.
@ -1214,7 +1214,6 @@ combobox {
} }
} }
decoration,
button.combo:checked, button.combo:checked,
.background & button.combo:checked { transition: none; } // workaround for menuitem selection .background & button.combo:checked { transition: none; } // workaround for menuitem selection