mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 11:51:36 +02:00
remove accent color as selection color
This commit is contained in:
parent
4575aaa9f6
commit
39bbf9af24
@ -456,16 +456,6 @@ input[type=text]:focus, input[type=password]:focus, textarea:focus {
|
||||
background-color: $primary-bg-color;
|
||||
}
|
||||
|
||||
::-moz-selection {
|
||||
background-color: $accent-color;
|
||||
color: $selection-fg-color;
|
||||
}
|
||||
|
||||
::selection {
|
||||
background-color: $accent-color;
|
||||
color: $selection-fg-color;
|
||||
}
|
||||
|
||||
.mx_textButton {
|
||||
@mixin mx_DialogButton_small;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user