summaryrefslogtreecommitdiffstatshomepage
path: root/core/modules/system/css/components/reset-appearance.module.css
blob: 59741a85ce834326f16405e3e5f2491ee5597f5e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * @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;
}