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

Unified Diff: chrome/browser/resources/shared/css/tree.css

Issue 9794016: [webui] get rid of more html[os=] rules (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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/shared/css/tree.css
diff --git a/chrome/browser/resources/shared/css/tree.css b/chrome/browser/resources/shared/css/tree.css
index 47180910d1ddc6fa50e9662530cd4fc359d8a4aa..8583a1cb41ba67834e33942de88c73e4dbbb80dd 100644
--- a/chrome/browser/resources/shared/css/tree.css
+++ b/chrome/browser/resources/shared/css/tree.css
@@ -157,11 +157,10 @@ tree[icon-visibility=parent] .tree-row[has-children=false] > .tree-label {
font-size: inherit;
font-weight: inherit;
margin: -2px -8px -2px -3px;
- padding: 1px 7px 1px 1px;
-}
-
-html:not([os=mac]) .tree-item[editing] input {
+<if expr="not is_macosx">
outline: none;
+</if>
+ padding: 1px 7px 1px 1px;
}
html[dir=rtl] .tree-item[editing] input {

Powered by Google App Engine
This is Rietveld 408576698