Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(225)

Unified Diff: chrome/browser/resources/options/content_settings.css

Issue 1963203002: [Chrome Settings UI] Show overruled User Exceptions as strike-through. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync. Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/options/content_settings.css
diff --git a/chrome/browser/resources/options/content_settings.css b/chrome/browser/resources/options/content_settings.css
index 36c6393af3d8c36c1f3e28a955bd31de595b17f3..6e59544aa2947c9cd81af722b35b7d8722f4959e 100644
--- a/chrome/browser/resources/options/content_settings.css
+++ b/chrome/browser/resources/options/content_settings.css
@@ -21,10 +21,24 @@
width: 120px;
}
+.settings-list div[role='listitem'][controlled-by='policy'] .exception-setting,
+.settings-list div[role='listitem'][controlled-by='extension']
+ .exception-setting {
+ width: calc(120px - 8px);
+}
+
select.exception-setting {
vertical-align: middle;
}
+.overruled .exception-setting {
+ width: calc(120px - 24px);
+}
+
+.overruled .overruleable {
+ text-decoration: line-through;
+}
+
#exception-column-headers {
-webkit-margin-start: 17px;
display: -webkit-box;

Powered by Google App Engine
This is Rietveld 408576698