From 002eb44eee98dc838bc854b945ab0cbf4884dd57 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 14 Dec 2020 23:29:56 -0800 Subject: :star: --- semantic/src/definitions/globals/reset.less | 40 ----------------------------- 1 file changed, 40 deletions(-) delete mode 100644 semantic/src/definitions/globals/reset.less (limited to 'semantic/src/definitions/globals/reset.less') 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(); -- cgit v1.2.3