mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-20 22:43:52 +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 {
|
&.mini {
|
||||||
|
color: var(--theme-dark-color);
|
||||||
padding: var(--spacing-0_5);
|
padding: var(--spacing-0_5);
|
||||||
width: var(--global-extra-small-Size);
|
width: var(--global-extra-small-Size);
|
||||||
height: var(--global-extra-small-Size);
|
height: var(--global-extra-small-Size);
|
||||||
@ -221,6 +222,11 @@
|
|||||||
border: none;
|
border: none;
|
||||||
outline: none;
|
outline: none;
|
||||||
|
|
||||||
|
&:disabled {
|
||||||
|
color: var(--theme-button-disabled);
|
||||||
|
cursor: default;
|
||||||
|
}
|
||||||
|
|
||||||
&.positive {
|
&.positive {
|
||||||
&:hover { background-color: var(--theme-state-positive-background-color); }
|
&:hover { background-color: var(--theme-state-positive-background-color); }
|
||||||
&.pressed,
|
&.pressed,
|
||||||
|
Loading…
Reference in New Issue
Block a user