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

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: remove more lines 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 | chrome/browser/resources/options/controlled_setting.js » ('j') | 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..496336ee1907aee9f563a3df1b39f02cdaa3d528 100644
--- a/chrome/browser/resources/options/controlled_setting.css
+++ b/chrome/browser/resources/options/controlled_setting.css
@@ -53,34 +53,6 @@ input:-webkit-any([type='text'],[type='url'],:not([type])) +
background-image: url('chrome://theme/IDR_CONTROLLED_SETTING_MANDATORY');
}
-.controlled-setting-bubble-content {
- -webkit-padding-start: 30px;
- background-repeat: no-repeat;
- background-size: 22px;
- 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');
-}
-
-.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;
-}
-
.controlled-setting-bubble-action {
padding: 0 !important;
}
« no previous file with comments | « no previous file | chrome/browser/resources/options/controlled_setting.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698