Merge pull request #3390 from matrix-org/bwindels/selection-color

Remove accent color as selection color
This commit is contained in:
Bruno Windels 2019-09-06 09:12:42 +00:00 committed by GitHub
commit 8820546f49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}