UBERF-10759 Adjust share button styles (#8928)

Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
This commit is contained in:
Alexander Onnikov 2025-05-14 19:00:07 +07:00 committed by GitHub
parent 800907b4e9
commit 132e94588f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -214,6 +214,7 @@
}
&.mini {
color: var(--theme-dark-color);
padding: var(--spacing-0_5);
width: var(--global-extra-small-Size);
height: var(--global-extra-small-Size);
@ -221,6 +222,11 @@
border: none;
outline: none;
&:disabled {
color: var(--theme-button-disabled);
cursor: default;
}
&.positive {
&:hover { background-color: var(--theme-state-positive-background-color); }
&.pressed,