|
|
@ -2822,7 +2822,7 @@ a.account__display-name {
|
|
|
|
transition: background-color 0.2s ease;
|
|
|
|
transition: background-color 0.2s ease;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.react-toggle:hover:not(.react-toggle--disabled) .react-toggle-track {
|
|
|
|
.react-toggle:is(:hover, :focus-within):not(.react-toggle--disabled) .react-toggle-track {
|
|
|
|
background-color: darken($ui-base-color, 10%);
|
|
|
|
background-color: darken($ui-base-color, 10%);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -2830,7 +2830,7 @@ a.account__display-name {
|
|
|
|
background-color: $ui-highlight-color;
|
|
|
|
background-color: $ui-highlight-color;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track {
|
|
|
|
.react-toggle--checked:is(:hover, :focus-within):not(.react-toggle--disabled) .react-toggle-track {
|
|
|
|
background-color: lighten($ui-highlight-color, 10%);
|
|
|
|
background-color: lighten($ui-highlight-color, 10%);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -3548,12 +3548,17 @@ a.status-card.compact:hover {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.column-header__setting-btn {
|
|
|
|
.column-header__setting-btn {
|
|
|
|
&:hover {
|
|
|
|
&:hover,
|
|
|
|
|
|
|
|
&:focus {
|
|
|
|
color: $darker-text-color;
|
|
|
|
color: $darker-text-color;
|
|
|
|
text-decoration: underline;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.column-header__collapsible__extra + .column-header__setting-btn {
|
|
|
|
|
|
|
|
padding-top: 5px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.column-header__permission-btn {
|
|
|
|
.column-header__permission-btn {
|
|
|
|
display: inline;
|
|
|
|
display: inline;
|
|
|
|
font-weight: inherit;
|
|
|
|
font-weight: inherit;
|
|
|
@ -3564,10 +3569,15 @@ a.status-card.compact:hover {
|
|
|
|
float: right;
|
|
|
|
float: right;
|
|
|
|
|
|
|
|
|
|
|
|
.column-header__setting-btn {
|
|
|
|
.column-header__setting-btn {
|
|
|
|
padding: 0 10px;
|
|
|
|
padding: 5px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&:first-child {
|
|
|
|
|
|
|
|
padding-right: 7px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
&:last-child {
|
|
|
|
padding-right: 0;
|
|
|
|
padding-left: 7px;
|
|
|
|
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|