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

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

Issue 125883002: Remove redundant icon from controlled setting popup bubble. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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/options/controlled_setting.css
diff --git a/chrome/browser/resources/options/controlled_setting.css b/chrome/browser/resources/options/controlled_setting.css
index 089e27dbbd7bbef2cce3f266da3d741aad7913d0..324c691d75bb247c8dd1b404936b40184ea2535b 100644
--- a/chrome/browser/resources/options/controlled_setting.css
+++ b/chrome/browser/resources/options/controlled_setting.css
@@ -54,29 +54,14 @@ input:-webkit-any([type='text'],[type='url'],:not([type])) +
}
.controlled-setting-bubble-content {
- -webkit-padding-start: 30px;
background-repeat: no-repeat;
background-size: 22px;
Dan Beam 2014/01/07 17:28:53 can you combine this? .controlled-setting-bubbl
- min-height: 32px;
-}
-
-.controlled-setting-bubble-content[controlled-by='policy'] {
- background-image: url('chrome://theme/IDR_CONTROLLED_SETTING_MANDATORY');
-}
-
-.controlled-setting-bubble-content[controlled-by='owner'] {
- background-image: url('chrome://theme/IDR_CONTROLLED_SETTING_MANDATORY');
}
.controlled-setting-bubble-content[controlled-by='extension'] {
background-image: url('chrome://theme/IDR_CONTROLLED_SETTING_EXTENSION');
Dan Beam 2014/01/07 17:28:53 ^ why does this version of the bubble still get an
dconnelly 2014/01/08 09:18:23 It shouldn't. Brain failure. Thanks. That obviates
}
-.controlled-setting-bubble-content:-webkit-any([controlled-by='recommended'],
- [controlled-by='hasRecommendation']) {
- background-image: url('chrome://theme/IDR_CONTROLLED_SETTING_MANDATORY');
-}
-
html[dir='rtl'] .controlled-setting-bubble-content {
background-position: right top;
}
« 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