This commit is contained in:
vinceliuice
2023-10-19 23:25:11 +08:00
parent 1f0de8ca0a
commit bfb6ce948e

View File

@@ -1461,7 +1461,7 @@ button.combo:only-child {
// searchbar // searchbar
searchbar > revealer > box { searchbar > revealer > box {
padding: $space-size; padding: $space-size;
border-spacing: $space-size; border-spacing: 0;
border-style: solid; border-style: solid;
border-width: 0 0 1px; border-width: 0 0 1px;
border-color: $divider; border-color: $divider;
@@ -3537,7 +3537,7 @@ frame {
actionbar > revealer > box { actionbar > revealer > box {
padding: $space-size; padding: $space-size;
border-spacing: $space-size; border-spacing: 0;
box-shadow: inset 0 1px $border; box-shadow: inset 0 1px $border;
background-color: $base; background-color: $base;
background-clip: border-box; background-clip: border-box;
@@ -5211,7 +5211,7 @@ shortcut > .keycap {
stackswitcher { stackswitcher {
min-height: 0; min-height: 0;
padding: $space-size / 2; padding: $space-size / 2;
margin: $space-size 0; // margin: $space-size 0;
border-radius: $corner-radius + $space-size / 2; border-radius: $corner-radius + $space-size / 2;
background-color: $fill; background-color: $fill;
border: none; border: none;