Update release-beta to output generated at 6c84a84

This commit is contained in:
SendNukez 2021-12-10 18:21:29 +00:00
parent 14976933b2
commit 596f0e6003
3 changed files with 41 additions and 29 deletions

View file

@ -1 +1 @@
Beta-61cbee1
Beta-6c84a84

File diff suppressed because one or more lines are too long

View file

@ -253,14 +253,14 @@ button.main-button-primary:hover, button.main-button-primary:active {
button.main-button-primary span {
color: var(--spice-subtext) !important;
}
button.main-button-tertiary {
button.main-button-tertiary:not(.main-entityHeader-titleButton) {
color: var(--spice-subtext);
background-color: rgba(var(--spice-rgb-selected-row), calc(0.2 + 0.05 * var(--is_light))) !important;
}
button.main-button-tertiary:hover, button.main-button-tertiary:active {
button.main-button-tertiary:not(.main-entityHeader-titleButton):hover, button.main-button-tertiary:not(.main-entityHeader-titleButton):active {
background-color: rgba(var(--spice-rgb-selected-row), 0.6) !important;
}
button.main-button-tertiary span {
button.main-button-tertiary:not(.main-entityHeader-titleButton) span {
color: var(--spice-subtext) !important;
}