From 214dc277b5b802f5db144de67c04dd7bb4e3dd8e Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Fri, 15 Apr 2022 14:33:02 -0300 Subject: display: Don't render background on selected monitors In the previous design of this panel, it made sense to show the currently selected monitor because all editing widgets were in the same page. With the new design, however, the monitor options were moved to a separate page, and that page already shows which monitor is being edited. Remove the colored background of selected monitors. --- panels/display/display-arrangement.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/panels/display/display-arrangement.css b/panels/display/display-arrangement.css index da8bda5f6..22775b54b 100644 --- a/panels/display/display-arrangement.css +++ b/panels/display/display-arrangement.css @@ -10,10 +10,6 @@ border-top: 0.4em solid #000000; } -.display-arrangement.monitor:selected { - background: @theme_selected_bg_color; -} - .display-arrangement.monitor-label { font-size: larger; font-weight: bold; -- cgit v1.2.1