styling and fix i button behaviour

This commit is contained in:
Michael Telatynski 2020-09-08 15:39:58 +01:00
parent 3a99343433
commit 4a4a8cd611
2 changed files with 16 additions and 13 deletions

View file

@ -68,6 +68,14 @@ limitations under the License.
mask-repeat: no-repeat;
mask-size: contain;
}
&:hover {
background: rgba($accent-color, 0.1);
&::before {
background-color: $accent-color;
}
}
}
.mx_RightPanel_notifsButton::before {
@ -90,16 +98,6 @@ limitations under the License.
mask-position: center;
}
.mx_RightPanel_headerButton {
&:hover {
background: rgba($accent-color, 0.1);
&::before {
background-color: $accent-color;
}
}
}
.mx_RightPanel_headerButton_highlight {
&::before {
background-color: $accent-color !important;