aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Ansum
diff options
context:
space:
mode:
authorGravatar maTh <1645099+math-GH@users.noreply.github.com> 2023-12-29 22:58:28 +0100
committerGravatar GitHub <noreply@github.com> 2023-12-29 22:58:28 +0100
commit6a43d06566ac4ed12061780f0605ffa73158190f (patch)
tree75a616cb605e84e3072a17b98d2d22f1f74e75c3 /p/themes/Ansum
parent9dec2af35d99748b2251089a5e96932b50435254 (diff)
fix:remove duplicated lines that are given in frss.css (#5999)
Diffstat (limited to 'p/themes/Ansum')
-rw-r--r--p/themes/Ansum/_forms.scss3
-rw-r--r--p/themes/Ansum/ansum.css3
-rw-r--r--p/themes/Ansum/ansum.rtl.css3
3 files changed, 0 insertions, 9 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);
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 {