mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-02-23 19:25:42 +00:00
Fix Join call button in conversation header hover/focus styles
This commit is contained in:
@@ -278,10 +278,19 @@
|
||||
width: $icon-size;
|
||||
}
|
||||
|
||||
// Override hover state coming from __button above.
|
||||
&:hover,
|
||||
&:focus {
|
||||
background-color: darken($background, 16%);
|
||||
&:not(:disabled) {
|
||||
// Override hover state coming from __button above.
|
||||
&:hover {
|
||||
@include any-theme {
|
||||
background-color: darken($background, 16%);
|
||||
}
|
||||
}
|
||||
|
||||
&:focus {
|
||||
@include keyboard-mode {
|
||||
background-color: darken($background, 16%);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user