[Header] Fix style for share button

This commit is contained in:
Julia Radzhabova 2022-02-03 00:36:27 +03:00
parent 5e36ba4ba7
commit 6e3665aeca

View file

@ -477,6 +477,13 @@
color: @text-normal; color: @text-normal;
} }
.inner-box-icon {
> svg {
fill: @text-normal-ie;
fill: @text-normal;
}
}
&:hover:not(.disabled) { &:hover:not(.disabled) {
background-color: @highlight-button-hover-ie; background-color: @highlight-button-hover-ie;
background-color: @highlight-button-hover; background-color: @highlight-button-hover;
@ -497,17 +504,16 @@
} }
.caption { .caption {
color: @text-inverse-ie; color: @text-normal-pressed-ie;
color: @text-inverse; color: @text-normal-pressed;
} }
}
}
}
.btn-users {
.inner-box-icon { .inner-box-icon {
> svg { > svg {
fill: @text-normal-ie; fill: @text-normal-pressed-ie;
fill: @text-normal; fill: @text-normal-pressed;
}
}
} }
} }
} }