Commit 9de18ffa authored by Scott Chen's avatar Scott Chen Committed by Commit Bot

Extensions: fix focus being chopped in pack dialog.

Bug: 854936
Cq-Include-Trybots: luci.chromium.try:closure_compilation
Change-Id: Id5e2f544cf2425e641c68d042b88b40230ba471c
Reviewed-on: https://chromium-review.googlesource.com/1110856Reviewed-by: default avatarDemetrios Papadopoulos <dpapad@chromium.org>
Commit-Queue: Scott Chen <scottchen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#569689}
parent 3bcc71d8
...@@ -22,6 +22,12 @@ ...@@ -22,6 +22,12 @@
paper-button[slot='suffix'] { paper-button[slot='suffix'] {
-webkit-margin-start: 10px; -webkit-margin-start: 10px;
} }
/* Prevent focus-outline from being chopped by the bottom of dialog body.
TODO(scottchen): find a more general way to solve this. */
cr-input {
margin-bottom: 2px;
}
</style> </style>
<cr-dialog id="dialog" close-text="$i18n{close}"> <cr-dialog id="dialog" close-text="$i18n{close}">
<div slot="title">$i18n{packDialogTitle}</div> <div slot="title">$i18n{packDialogTitle}</div>
......
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