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

Unified Diff: chrome/browser/resources/options/options_page.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: Move common code to appendIndicatorElement(). 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/options_page.css
diff --git a/chrome/browser/resources/options/options_page.css b/chrome/browser/resources/options/options_page.css
index d0ccfa28c76a321577feb8cf7ed46e20340179a9..c6214145a1f417951dafc137a8a06f029b03aa4f 100644
--- a/chrome/browser/resources/options/options_page.css
+++ b/chrome/browser/resources/options/options_page.css
@@ -303,6 +303,10 @@ list .static-text {
white-space: nowrap;
}
+list .overruled .static-text {
+ text-decoration: line-through;
+}
+
list[type='text'][inlineeditable] input {
box-sizing: border-box;
margin: 0;

Powered by Google App Engine
This is Rietveld 408576698