reset-appearance.module.css
Same filename in this branch
Same filename and directory in other branches
/* * @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/
misc/ 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;
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.