From 197061be5645fd3e9b521e63ecbd13630612d8c7 Mon Sep 17 00:00:00 2001 From: Alexander Schmitz Date: Wed, 16 Sep 2015 01:48:03 -0400 Subject: [PATCH] Button: address review comments --- demos/button/icons.html | 14 +++--- tests/visual/button/button.html | 67 ---------------------------- tests/visual/button/performance.html | 21 --------- themes/base/button.css | 2 +- ui/widgets/button.js | 3 +- 5 files changed, 10 insertions(+), 97 deletions(-) delete mode 100644 tests/visual/button/button.html delete mode 100644 tests/visual/button/performance.html diff --git a/demos/button/icons.html b/demos/button/icons.html index af4e3000c..f3d4a3852 100644 --- a/demos/button/icons.html +++ b/demos/button/icons.html @@ -8,20 +8,20 @@ - - - - -
- - - -
- -
- - - -
- -
- - - -
- -
- - - -
- -
- - - -
- -
- anchor - anchor - anchor -
- - - diff --git a/tests/visual/button/performance.html b/tests/visual/button/performance.html deleted file mode 100644 index 0d807d167..000000000 --- a/tests/visual/button/performance.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - - Button Visual Test: Initialization Performance - - - - - - - - diff --git a/themes/base/button.css b/themes/base/button.css index 599b5ea6a..4a3a57d48 100644 --- a/themes/base/button.css +++ b/themes/base/button.css @@ -74,7 +74,7 @@ input.ui-button.ui-icon-notext .ui-icon { } /* workarounds */ -/* Support: FireFox >= 4 */ +/* Support: Firefox 5 - 40 */ input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner { border: 0; diff --git a/ui/widgets/button.js b/ui/widgets/button.js index 2e6cc1f3c..34a2afa40 100644 --- a/ui/widgets/button.js +++ b/ui/widgets/button.js @@ -12,7 +12,8 @@ //>>description: Enhances a form with themeable buttons. //>>docs: http://api.jqueryui.com/button/ //>>demos: http://jqueryui.com/button/ -//>>css.structure: ../themes/base/core.css, ../themes/base/button.css +//>>css.structure: ../themes/base/core.css +//>>css.structure: ../themes/base/button.css //>>css.theme: ../themes/base/theme.css ( function( factory ) {