Fix Join call button in conversation header hover/focus styles
This commit is contained in:
parent
4dc52a6fff
commit
5c6ff62530
1 changed files with 13 additions and 4 deletions
|
@ -278,12 +278,21 @@
|
|||
width: $icon-size;
|
||||
}
|
||||
|
||||
&:not(:disabled) {
|
||||
// Override hover state coming from __button above.
|
||||
&:hover,
|
||||
&:focus {
|
||||
&:hover {
|
||||
@include any-theme {
|
||||
background-color: darken($background, 16%);
|
||||
}
|
||||
}
|
||||
|
||||
&:focus {
|
||||
@include keyboard-mode {
|
||||
background-color: darken($background, 16%);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&__disappearing-timer__item {
|
||||
|
|
Loading…
Reference in a new issue