Give gr-dropdown triggers a focus state

Restores the default focus outline for gr-dropdown triggers.

As a component of this change, the spacing in the main header has been
modified in order to make the focus rings appropriately fit the button
content.

Bug: Issue 6435
Change-Id: I38a4905c5bec2c3e90c2299ccdea1c6847d92e20
This commit is contained in:
Kasper Nilsson
2017-06-16 12:29:05 -07:00
parent 032ae4b085
commit 47bc2a4df5
3 changed files with 12 additions and 3 deletions

View File

@@ -50,7 +50,10 @@ limitations under the License.
vertical-align: middle;
}
gr-button[link] {
padding: 1em 0;
padding: 0.5em;
}
gr-button[link]:focus {
outline: 5px auto -webkit-focus-ring-color;
}
ul {
list-style: none;