diff options
| author | 2023-12-29 22:58:28 +0100 | |
|---|---|---|
| committer | 2023-12-29 22:58:28 +0100 | |
| commit | 6a43d06566ac4ed12061780f0605ffa73158190f (patch) | |
| tree | 75a616cb605e84e3072a17b98d2d22f1f74e75c3 /p/themes/Ansum/_forms.scss | |
| parent | 9dec2af35d99748b2251089a5e96932b50435254 (diff) | |
fix:remove duplicated lines that are given in frss.css (#5999)
Diffstat (limited to 'p/themes/Ansum/_forms.scss')
| -rw-r--r-- | p/themes/Ansum/_forms.scss | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/p/themes/Ansum/_forms.scss b/p/themes/Ansum/_forms.scss index 6662fb034..7bc4658ec 100644 --- a/p/themes/Ansum/_forms.scss +++ b/p/themes/Ansum/_forms.scss @@ -7,7 +7,6 @@ margin: 0; padding: 0.5rem 1.5rem; background: variables.$grey-lighter; - display: inline-block; color: variables.$grey-dark; font-size: 1rem; border: none; @@ -16,8 +15,6 @@ min-width: 15px; line-height: 25px; vertical-align: middle; - cursor: pointer; - overflow: hidden; @include mixins.transition(all, 0.15s, ease-in-out); |
