Version 1
[yaffs-website] / web / core / modules / system / css / components / reset-appearance.module.css
diff --git a/web/core/modules/system/css/components/reset-appearance.module.css b/web/core/modules/system/css/components/reset-appearance.module.css
new file mode 100644 (file)
index 0000000..847f269
--- /dev/null
@@ -0,0 +1,15 @@
+/*
+ * @file
+ * Utility class to remove browser styles, especially for button.
+ */
+
+.reset-appearance {
+  -webkit-appearance: none;
+  -moz-appearance: none;
+  appearance: none;
+  border: 0 none;
+  background: transparent;
+  padding: 0;
+  margin: 0;
+  line-height: inherit;
+}