diff --git a/res/css/_common.scss b/res/css/_common.scss index 859c0006a1..adf4c93290 100644 --- a/res/css/_common.scss +++ b/res/css/_common.scss @@ -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; }