Remove CSS workaround for fixed bug in paper-toggle

This commit is contained in:
Paulus Schoutsen 2016-01-02 12:49:16 -08:00
parent 50aadaf880
commit 4da3ecaad4

View File

@ -5,7 +5,6 @@
<style> <style>
paper-toggle-button { paper-toggle-button {
cursor: pointer; cursor: pointer;
margin-right: -14px;
--paper-toggle-button-label-spacing: 0; --paper-toggle-button-label-spacing: 0;
} }
</style> </style>