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/Mapco/_forms.scss | 3 --- p/themes/Mapco/mapco.css | 3 --- p/themes/Mapco/mapco.rtl.css | 3 --- 3 files changed, 9 deletions(-) (limited to 'p/themes/Mapco') diff --git a/p/themes/Mapco/_forms.scss b/p/themes/Mapco/_forms.scss index 6da6f8ae1..bb72b4baf 100644 --- a/p/themes/Mapco/_forms.scss +++ b/p/themes/Mapco/_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/Mapco/mapco.css b/p/themes/Mapco/mapco.css index 0a15b195f..13e7364fa 100644 --- a/p/themes/Mapco/mapco.css +++ b/p/themes/Mapco/mapco.css @@ -61,7 +61,6 @@ margin: 0; padding: 0.5rem 1.5rem; background: #f9fafb; - display: inline-block; color: #5b6871; 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/Mapco/mapco.rtl.css b/p/themes/Mapco/mapco.rtl.css index c52c22a57..38c4bfb69 100644 --- a/p/themes/Mapco/mapco.rtl.css +++ b/p/themes/Mapco/mapco.rtl.css @@ -61,7 +61,6 @@ margin: 0; padding: 0.5rem 1.5rem; background: #f9fafb; - display: inline-block; color: #5b6871; 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