Patched to Drupal 8.4.8 level. See https://www.drupal.org/sa-core-2018-004 and patch...
[yaffs-website] / web / core / modules / system / css / components / reset-appearance.module.css
1 /*
2  * @file
3  * Utility class to remove browser styles, especially for button.
4  */
5
6 .reset-appearance {
7   -webkit-appearance: none;
8   -moz-appearance: none;
9   appearance: none;
10   border: 0 none;
11   background: transparent;
12   padding: 0;
13   margin: 0;
14   line-height: inherit;
15 }