summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2022-04-15 14:33:02 -0300
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2022-04-16 11:47:11 +0000
commit214dc277b5b802f5db144de67c04dd7bb4e3dd8e (patch)
tree238fbc4c28520e28f16b68d9ff5fa84dae97d391
parentced1386fcd5eab5cf0aa0a9a8878d6cdb7c06778 (diff)
downloadgnome-control-center-214dc277b5b802f5db144de67c04dd7bb4e3dd8e.tar.gz
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.
-rw-r--r--panels/display/display-arrangement.css4
1 files changed, 0 insertions, 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;