| 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 {
|
|
|