We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4e1805 commit 327bff6Copy full SHA for 327bff6
themes/base/button.css
@@ -27,21 +27,19 @@
27
.ui-button:active {
28
text-decoration: none;
29
}
30
+
31
/* to make room for the icon, a width needs to be set here */
32
.ui-button-icon-only {
- padding: 0;
33
- height: 2.1em;
+ width: 2.2em;
34
+ box-sizing: border-box;
35
text-indent: -9999px;
36
white-space: nowrap;
37
38
39
.ui-icon {
40
position: absolute;
41
display: block;
42
-/* button elements seem to need a little more width */
-button.ui-button-icon-only {
43
- width: 2.4em;
44
-}
45
46
/* no icon support for input elements, provide padding by default */
47
input.ui-button.ui-icon-end,
0 commit comments