From 39bbf9af24e9ec83102152b910b887b8cbdfbe10 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Thu, 5 Sep 2019 15:19:28 +0200 Subject: [PATCH] remove accent color as selection color --- res/css/_common.scss | 10 ---------- 1 file changed, 10 deletions(-) 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; }