aboutsummaryrefslogtreecommitdiff
path: root/semantic/src/themes/github/elements/input.overrides
diff options
context:
space:
mode:
Diffstat (limited to 'semantic/src/themes/github/elements/input.overrides')
-rw-r--r--semantic/src/themes/github/elements/input.overrides32
1 files changed, 0 insertions, 32 deletions
diff --git a/semantic/src/themes/github/elements/input.overrides b/semantic/src/themes/github/elements/input.overrides
deleted file mode 100644
index d19fea9..0000000
--- a/semantic/src/themes/github/elements/input.overrides
+++ /dev/null
@@ -1,32 +0,0 @@
-/*******************************
- Input
-*******************************/
-
-/* Labeled Input has padding */
-.ui.labeled.input {
- background-color: @white;
- border: @borderWidth solid @borderColor;
- border-radius: @borderRadius !important;
-}
-.ui.labeled.input input {
- box-shadow: none !important;
- border: none !important;
-}
-.ui.labeled.input .label {
- font-weight: normal;
- align-self: center;
- font-size: 12px;
- margin: @2px;
- border-radius: @borderRadius !important;
- padding: @relative5px @relative8px !important;
-}
-
-/* GitHub Uses Focus Group with class name added */
-.ui.labeled.input.focused {
- border-color: @focusBorderColor;
- box-shadow: @focusBoxShadow;
-}
-.ui.labeled.input.focused .label {
- background-color: #E1EAF5;
- color: #4078C0;
-} \ No newline at end of file