| 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 b2b3b1005949a0562eae17d22e2bc875c277efa1..65fa89c852d8d19483150caa14fe01d3a723952d 100644
|
| --- a/chrome/browser/resources/shared/css/tree.css
|
| +++ b/chrome/browser/resources/shared/css/tree.css
|
| @@ -16,18 +16,12 @@ tree {
|
| border-radius: 2px;
|
| color: black;
|
| cursor: default;
|
| - line-height: 20px;
|
| + line-height: 28px;
|
| padding: 0 3px;
|
| position: relative;
|
| white-space: nowrap;
|
| }
|
|
|
| -@media (pointer:coarse) {
|
| - .tree-item > .tree-row {
|
| - line-height: 40px;
|
| - }
|
| -}
|
| -
|
| .expand-icon {
|
| -webkit-transform: rotate(-90deg);
|
| -webkit-transition: all 150ms;
|
| @@ -38,17 +32,11 @@ tree {
|
| height: 16px;
|
| opacity: .6;
|
| position: relative;
|
| - top: 2px;
|
| + top: 6px;
|
| vertical-align: top;
|
| width: 16px;
|
| }
|
|
|
| -@media (pointer:coarse) {
|
| - .expand-icon {
|
| - vertical-align: text-top;
|
| - }
|
| -}
|
| -
|
| html[dir=rtl] .expand-icon {
|
| -webkit-transform: rotate(90deg);
|
| }
|
|
|