mirror of
https://github.com/vector-im/element-web.git
synced 2025-09-20 13:11:12 +02:00
fix focus highlight on bright theme
This commit is contained in:
parent
ccc33db9dd
commit
751f715e77
@ -16,6 +16,6 @@ limitations under the License.
|
||||
|
||||
.mx_AccessibleButton:focus {
|
||||
outline: 0;
|
||||
filter: brightness(200%);
|
||||
filter: brightness($focus-brightness);
|
||||
}
|
||||
|
||||
|
@ -15,6 +15,8 @@ $accent-color: #76CFA6;
|
||||
|
||||
$selection-fg-color: $primary-bg-color;
|
||||
|
||||
$focus-brightness: 125%;
|
||||
|
||||
// red warning colour
|
||||
$warning-color: #ff0064;
|
||||
|
||||
|
@ -15,6 +15,8 @@ $accent-color: #76CFA6;
|
||||
|
||||
$selection-fg-color: $primary-fg-color;
|
||||
|
||||
$focus-brightness: 200%;
|
||||
|
||||
// red warning colour
|
||||
$warning-color: #ff0064;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user