Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
remove accent color as selection color
Browse files Browse the repository at this point in the history
  • Loading branch information
bwindels committed Sep 5, 2019
1 parent 0770892 commit 37a5038
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions res/css/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 37a5038

Please sign in to comment.