From 6a43d06566ac4ed12061780f0605ffa73158190f Mon Sep 17 00:00:00 2001 From: maTh <1645099+math-GH@users.noreply.github.com> Date: Fri, 29 Dec 2023 22:58:28 +0100 Subject: fix:remove duplicated lines that are given in frss.css (#5999) --- p/themes/Ansum/_forms.scss | 3 --- p/themes/Ansum/ansum.css | 3 --- p/themes/Ansum/ansum.rtl.css | 3 --- 3 files changed, 9 deletions(-) (limited to 'p/themes/Ansum') 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); diff --git a/p/themes/Ansum/ansum.css b/p/themes/Ansum/ansum.css index e89a3d3e2..61873b58a 100644 --- a/p/themes/Ansum/ansum.css +++ b/p/themes/Ansum/ansum.css @@ -61,7 +61,6 @@ margin: 0; padding: 0.5rem 1.5rem; background: #fcfaf8; - display: inline-block; color: #766556; font-size: 1rem; border: none; @@ -70,8 +69,6 @@ min-width: 15px; line-height: 25px; vertical-align: middle; - cursor: pointer; - overflow: hidden; transition: all 0.15s ease-in-out; } .btn.btn-important { diff --git a/p/themes/Ansum/ansum.rtl.css b/p/themes/Ansum/ansum.rtl.css index 871f7e033..6e6f2088f 100644 --- a/p/themes/Ansum/ansum.rtl.css +++ b/p/themes/Ansum/ansum.rtl.css @@ -61,7 +61,6 @@ margin: 0; padding: 0.5rem 1.5rem; background: #fcfaf8; - display: inline-block; color: #766556; font-size: 1rem; border: none; @@ -70,8 +69,6 @@ min-width: 15px; line-height: 25px; vertical-align: middle; - cursor: pointer; - overflow: hidden; transition: all 0.15s ease-in-out; } .btn.btn-important { -- cgit v1.2.3