aboutsummaryrefslogtreecommitdiff
path: root/semantic/src/definitions/globals/reset.less
diff options
context:
space:
mode:
Diffstat (limited to 'semantic/src/definitions/globals/reset.less')
-rw-r--r--semantic/src/definitions/globals/reset.less40
1 files changed, 0 insertions, 40 deletions
diff --git a/semantic/src/definitions/globals/reset.less b/semantic/src/definitions/globals/reset.less
deleted file mode 100644
index 1ebcf6b..0000000
--- a/semantic/src/definitions/globals/reset.less
+++ /dev/null
@@ -1,40 +0,0 @@
-/*!
- * # Fomantic-UI - Reset
- * http://github.com/fomantic/Fomantic-UI/
- *
- *
- * Released under the MIT license
- * http://opensource.org/licenses/MIT
- *
- */
-
-/*******************************
- Theme
-*******************************/
-
-@type : 'global';
-@element : 'reset';
-
-@import (multiple) '../../theme.config';
-
-/*******************************
- Reset
-*******************************/
-
-/* Border-Box */
-*,
-*:before,
-*:after {
- box-sizing: inherit;
-}
-html {
- box-sizing: border-box;
-}
-
-/* iPad Input Shadows */
-input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
- -webkit-appearance: none;
- -moz-appearance: none; /* mobile firefox too! */
-}
-
-.loadUIOverrides();