Commit fba466b8 authored by Hwanseung Lee's avatar Hwanseung Lee Committed by Commit Bot

[WebUI] Toast button shuld not have hairline

the button in toasts of Bookmarks should not have a border.

Bug: 842013
Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation
Change-Id: I2d431ba60b598125730eaf56b618fe3e9b1d9ccd
Reviewed-on: https://chromium-review.googlesource.com/1055132
Commit-Queue: Hwanseung Lee <hwanseung@chromium.org>
Reviewed-by: default avatarcalamity <calamity@chromium.org>
Cr-Commit-Position: refs/heads/master@{#558200}
parent 1b77e3cc
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
paper-button { paper-button {
-webkit-margin-end: 0; -webkit-margin-end: 0;
-webkit-margin-start: 32px; -webkit-margin-start: 32px;
border: none;
color: var(--google-blue-300); color: var(--google-blue-300);
height: 32px; height: 32px;
padding: 8px; padding: 8px;
......
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