reset-appearance.module.css
Same filename in this branch
/* * @file * Utility class to remove browser styles, especially for button. */ .reset-appearance { margin: 0; padding: 0; border: 0 none; background: transparent; line-height: inherit; -webkit-appearance: none; appearance: none; }
File
-
core/
themes/ stable9/ css/ system/ components/ reset-appearance.module.css
View source
- /*
- * @file
- * Utility class to remove browser styles, especially for button.
- */
-
- .reset-appearance {
- margin: 0;
- padding: 0;
- border: 0 none;
- background: transparent;
- line-height: inherit;
- -webkit-appearance: none;
- appearance: none;
- }