remove accent color as selection color

pull/21833/head
Bruno Windels 2019-09-05 15:19:28 +02:00
parent 4575aaa9f6
commit 39bbf9af24
1 changed files with 0 additions and 10 deletions

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