Fix glitch-soc SCSS code style and refactor closer to upstream

This commit is contained in:
Claire
2023-02-25 21:20:01 +01:00
parent ac8512a73a
commit cc94cc86ae
22 changed files with 144 additions and 70 deletions

View File

@ -428,6 +428,7 @@ $ui-header-height: 55px;
button {
@extend .column-header__button;
background: transparent;
text-align: center;
padding: 10px 5px;
@ -491,6 +492,7 @@ $ui-header-height: 55px;
// notif cleaning drawer
&.ncd {
transition: none;
&.collapsed {
max-height: 0;
opacity: 0.7;
@ -579,8 +581,8 @@ $ui-header-height: 55px;
font-size: inherit;
flex: auto;
background-color: $ui-base-color;
transition-property: background-color, box-shadow;
transition: all 0.2s ease;
transition-property: background-color, box-shadow;
&[disabled] {
cursor: not-allowed;
@ -771,7 +773,7 @@ $ui-header-height: 55px;
.column-select {
&__control {
@include search-input();
@include search-input;
&::placeholder {
color: lighten($darker-text-color, 4%);
@ -845,7 +847,8 @@ $ui-header-height: 55px;
}
&__menu {
@include search-popout();
@include search-popout;
padding: 0;
background: $ui-secondary-color;
}