mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-19 13:57:50 +00:00
UBERF-10759 Adjust share button styles (#8928)
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
This commit is contained in:
parent
800907b4e9
commit
132e94588f
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user