Commit abf2baa0 authored by Dave Schuyler's avatar Dave Schuyler Committed by Commit Bot

[MD extensions] adjust paper-icon-button-light ripple sizes

This CL removes some CSS overrides that were making
paper-icon-button-light ripple sizes incorrect. So this fix is to remove
the overrides.

(relates to 746584)

Bug: 746584
Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation
Change-Id: I88e1bae2eed231e6dd5b6a6f0e78405e5e220a64
Reviewed-on: https://chromium-review.googlesource.com/599070Reviewed-by: default avatarScott Chen <scottchen@chromium.org>
Commit-Queue: Dave Schuyler <dschuyler@chromium.org>
Cr-Commit-Position: refs/heads/master@{#491832}
parent 8b1bfab1
...@@ -145,7 +145,7 @@ ...@@ -145,7 +145,7 @@
} }
paper-toggle-button { paper-toggle-button {
-webkit-margin-end: 8px; /* Avoid ripple from overlapping container. */ -webkit-margin-end: 8px; /* Avoid ripple from overlapping container. */
cursor: pointer; cursor: pointer;
} }
...@@ -154,10 +154,7 @@ ...@@ -154,10 +154,7 @@
} }
#dev-reload-button { #dev-reload-button {
-webkit-margin-end: 20px; -webkit-margin-end: 12px;
height: 20px;
padding: 0;
width: 20px;
} }
#warnings { #warnings {
......
...@@ -30,12 +30,9 @@ ...@@ -30,12 +30,9 @@
} }
#clear { #clear {
bottom: 6px; bottom: -4px;
height: 16px;
padding: 0;
position: absolute; position: absolute;
right: 0; right: -8px;
width: 16px;
} }
</style> </style>
......
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