aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Mapco/_forms.scss
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2023-01-25 22:23:51 +0100
committerGravatar GitHub <noreply@github.com> 2023-01-25 22:23:51 +0100
commit1c4b328ae14ce94c56171eb28ca4dc0c665051f4 (patch)
treec47e2c5520f084046541409e5d56e99a5fd4de80 /p/themes/Mapco/_forms.scss
parent1aab0459fa4080ad16e8bb872b117c24bc7f3318 (diff)
Improved: expanding inputs (#5040)
* fix * wider input element
Diffstat (limited to 'p/themes/Mapco/_forms.scss')
-rw-r--r--p/themes/Mapco/_forms.scss5
1 files changed, 0 insertions, 5 deletions
diff --git a/p/themes/Mapco/_forms.scss b/p/themes/Mapco/_forms.scss
index 479f40d44..977a70346 100644
--- a/p/themes/Mapco/_forms.scss
+++ b/p/themes/Mapco/_forms.scss
@@ -119,11 +119,6 @@ input:disabled, select:disabled {
background: variables.$grey-light;
}
-input.extend {
- transition: width 200ms linear;
-}
-
-
.form-group {
padding: 5px;
border-radius: 3px;