Chromium Code Reviews| Index: ui/webui/resources/cr_elements/cr_drawer/cr_drawer.html |
| diff --git a/ui/webui/resources/cr_elements/cr_drawer/cr_drawer.html b/ui/webui/resources/cr_elements/cr_drawer/cr_drawer.html |
| index dfca072c1682d06b2902edf4036ec4250c33fbef..ecd057561f57173e72a881927341018af663753a 100644 |
| --- a/ui/webui/resources/cr_elements/cr_drawer/cr_drawer.html |
| +++ b/ui/webui/resources/cr_elements/cr_drawer/cr_drawer.html |
| @@ -54,13 +54,14 @@ |
| opacity: 1; |
| } |
| - :host ::content .drawer-header { |
| + .drawer-header { |
| -webkit-padding-start: 24px; |
| align-items: center; |
| border-bottom: var(--cr-separator-line); |
| display: flex; |
| font-size: 123.08%; /* go to 16px from 13px */ |
| min-height: 56px; |
| + outline: none; |
| } |
| :host ::content .drawer-content { |
| @@ -69,6 +70,7 @@ |
| } |
| </style> |
| <div id="container" on-tap="onContainerTap_"> |
| + <div class="drawer-header" tabindex=-1>[[title]]</div> |
|
michaelpg
2017/06/21 00:36:08
use quotes around attribute values
hcarmona
2017/06/23 20:45:36
Done.
|
| <content></content> |
| </div> |
| </template> |