From 689ed8612acc1fde5487ef1a01b8c805a7e195ca Mon Sep 17 00:00:00 2001 From: Rob Dodson Date: Sat, 19 Jul 2014 10:12:35 -0700 Subject: [PATCH] Remove explicit width and height Fixes #3 The `core-icon` already has a default width/height of 24px so we don't need one here. Removing it allows the `core-icon-button` to automatically scale up when the `core-icon`'s width and height change. --- core-icon-button.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/core-icon-button.css b/core-icon-button.css index 4a2521d..2e28eba 100644 --- a/core-icon-button.css +++ b/core-icon-button.css @@ -11,8 +11,6 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN display: inline-block; box-sizing: border-box; -moz-box-sizing: border-box; - width: 38px; - height: 38px; background-image: none; border-radius: 2px; padding: 7px;