[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;
}
.inner-box-icon {
> svg {
fill: @text-normal-ie;
fill: @text-normal;
}
}
&:hover:not(.disabled) {
background-color: @highlight-button-hover-ie;
background-color: @highlight-button-hover;
@ -497,17 +504,16 @@
}
.caption {
color: @text-inverse-ie;
color: @text-inverse;
color: @text-normal-pressed-ie;
color: @text-normal-pressed;
}
.inner-box-icon {
> svg {
fill: @text-normal-pressed-ie;
fill: @text-normal-pressed;
}
}
}
}
}
.btn-users {
.inner-box-icon {
> svg {
fill: @text-normal-ie;
fill: @text-normal;
}
}
}