@acorex/styles 21.0.0-next.1 → 21.0.0-next.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/base/_preflight.scss
CHANGED
|
@@ -213,10 +213,7 @@ select {
|
|
|
213
213
|
2. Remove default button styles.
|
|
214
214
|
*/
|
|
215
215
|
|
|
216
|
-
button
|
|
217
|
-
[type='button'],
|
|
218
|
-
[type='reset'],
|
|
219
|
-
[type='submit'] {
|
|
216
|
+
button {
|
|
220
217
|
-webkit-appearance: button; /* 1 */
|
|
221
218
|
background-color: transparent; /* 2 */
|
|
222
219
|
background-image: none; /* 2 */
|