Skip to content

Commit d355a7a

Browse files
committed
Spinner: Use border-style: none instead of border: none
This makes it possible to restore the border. This is useful for controlgroup labels and other custom styling.
1 parent 739e719 commit d355a7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

themes/base/spinner.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
}
4141
/* more specificity required here to override default borders */
4242
.ui-spinner a.ui-spinner-button {
43-
border-top: none;
44-
border-bottom: none;
45-
border-right: none;
43+
border-top-style: none;
44+
border-bottom-style: none;
45+
border-right-style: none;
4646
}
4747
/* vertically center icon */
4848
.ui-spinner .ui-icon {

0 commit comments

Comments
 (0)