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

Unified Diff: chrome/browser/resources/settings/settings_shared_css.html

Issue 2838963003: WebUI: Unify [hidden] attribute styling rules. (Closed)
Patch Set: Update MD Bookmarks too Created 3 years, 8 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/settings/settings_shared_css.html
diff --git a/chrome/browser/resources/settings/settings_shared_css.html b/chrome/browser/resources/settings/settings_shared_css.html
index 5204d00657ace2e0ebd7cd40148354e81fa2a4e5..cfcd2dd8784344b9389c2bb4c93cb905271ecbb5 100644
--- a/chrome/browser/resources/settings/settings_shared_css.html
+++ b/chrome/browser/resources/settings/settings_shared_css.html
@@ -5,12 +5,6 @@
<dom-module id="settings-shared">
<template>
<style include="cr-shared-style">
- /* Included here so we don't have to include "iron-positioning" in every
- * stylesheet. See crbug.com/498405. */
- [hidden] {
- display: none !important;
- }
-
:host-context([dir=rtl]) button[is='paper-icon-button-light'] {
transform: scaleX(-1); /* Flip on the X axis (aka mirror). */
}
« no previous file with comments | « chrome/browser/resources/md_history/shared_style.html ('k') | ui/webui/resources/cr_elements/hidden_style_css.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698