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

Unified Diff: chrome/browser/resources/policy.css

Issue 677823002: Fix chrome://policy fall out from action-link change. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/policy.css
diff --git a/chrome/browser/resources/policy.css b/chrome/browser/resources/policy.css
index 530b8be23dae3ce988daa0e985872781417cb076..67ae9ac374ecfe788000446c415f44cfe46ed2d8 100644
--- a/chrome/browser/resources/policy.css
+++ b/chrome/browser/resources/policy.css
@@ -148,7 +148,7 @@ span.value {
white-space: nowrap;
}
-button.toggle-expanded-value {
+.toggle-expanded-value {
padding: 0;
}
@@ -156,7 +156,7 @@ tbody.has-overflowed-value span.value {
display: none;
}
-tbody:not(.has-overflowed-value) button.toggle-expanded-value {
+tbody:not(.has-overflowed-value) .toggle-expanded-value {
display: none;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698