Commit e0959faf authored by oka's avatar oka Committed by Commit bot

Fix inconsistent keyboard focus style in quick view buttons.

Updated the open file button's outline to be consistent with the
outline of metadata box toggle button.

TEST=manually.
BUG=663669
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation

Review-Url: https://codereview.chromium.org/2623413002
Cr-Commit-Position: refs/heads/master@{#443169}
parent 3985e97a
......@@ -29,7 +29,7 @@ paper-dialog {
}
paper-button:focus:not(:active) {
box-shadow: 0 0 0 2px rgba(191, 191, 191, 0.5);
box-shadow: 0 0 0 1px rgba(66, 133, 244, 0.5);
}
#audio-artwork {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment