reset-appearance.module.css

Same filename in this branch
  1. 9 core/themes/stable/css/system/components/reset-appearance.module.css
  2. 9 core/modules/system/css/components/reset-appearance.module.css
Same filename in other branches
  1. 8.9.x core/themes/stable/css/system/components/reset-appearance.module.css
  2. 8.9.x core/modules/system/css/components/reset-appearance.module.css
  3. 10 core/themes/stable9/css/system/components/reset-appearance.module.css
  4. 10 core/modules/system/css/components/reset-appearance.module.css
  5. 11.x core/themes/stable9/css/system/components/reset-appearance.module.css
  6. 11.x core/modules/system/css/components/reset-appearance.module.css
/*
 * @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;
  -moz-appearance: none;
  appearance: none;
}

File

core/themes/stable9/css/system/components/reset-appearance.module.css

View source
  1. /*
  2. * @file
  3. * Utility class to remove browser styles, especially for button.
  4. */
  5. .reset-appearance {
  6. margin: 0;
  7. padding: 0;
  8. border: 0 none;
  9. background: transparent;
  10. line-height: inherit;
  11. -webkit-appearance: none;
  12. -moz-appearance: none;
  13. appearance: none;
  14. }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.