mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 03:05:51 +03:00
Merge pull request #3390 from matrix-org/bwindels/selection-color
Remove accent color as selection color
This commit is contained in:
commit
8820546f49
1 changed files with 0 additions and 10 deletions
|
@ -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…
Reference in a new issue