summaryrefslogtreecommitdiff
path: root/src/web/app/reset.styl
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/app/reset.styl')
-rw-r--r--src/web/app/reset.styl30
1 files changed, 0 insertions, 30 deletions
diff --git a/src/web/app/reset.styl b/src/web/app/reset.styl
deleted file mode 100644
index 3d4b06dbdf..0000000000
--- a/src/web/app/reset.styl
+++ /dev/null
@@ -1,30 +0,0 @@
-input:not([type])
-input[type='text']
-input[type='password']
-input[type='search']
-input[type='email']
-textarea
-button
-progress
- -webkit-appearance none
- -moz-appearance none
- appearance none
- box-shadow none
-
-button
- margin 0
- padding 0
- background transparent
- border none
- cursor pointer
- color inherit
-
- *
- pointer-events none
-
- &[disabled]
- cursor default
-
-pre
- overflow auto
- white-space pre