aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Swage
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/Swage
parent9dec2af35d99748b2251089a5e96932b50435254 (diff)
fix:remove duplicated lines that are given in frss.css (#5999)
Diffstat (limited to 'p/themes/Swage')
-rw-r--r--p/themes/Swage/swage.css3
-rw-r--r--p/themes/Swage/swage.rtl.css3
-rw-r--r--p/themes/Swage/swage.scss3
3 files changed, 0 insertions, 9 deletions
diff --git a/p/themes/Swage/swage.css b/p/themes/Swage/swage.css
index fa9e58972..678953101 100644
--- a/p/themes/Swage/swage.css
+++ b/p/themes/Swage/swage.css
@@ -206,15 +206,12 @@ form th {
margin: 0;
padding: 5px 10px;
background-color: var(--color-background-nav);
- display: inline-block;
color: var(--color-text-light);
font-size: 0.9rem;
border: none;
min-height: 25px;
min-width: 15px;
vertical-align: middle;
- cursor: pointer;
- overflow: hidden;
line-height: 1.5;
text-decoration: none;
}
diff --git a/p/themes/Swage/swage.rtl.css b/p/themes/Swage/swage.rtl.css
index 2cf7a60ef..1791c19b0 100644
--- a/p/themes/Swage/swage.rtl.css
+++ b/p/themes/Swage/swage.rtl.css
@@ -206,15 +206,12 @@ form th {
margin: 0;
padding: 5px 10px;
background-color: var(--color-background-nav);
- display: inline-block;
color: var(--color-text-light);
font-size: 0.9rem;
border: none;
min-height: 25px;
min-width: 15px;
vertical-align: middle;
- cursor: pointer;
- overflow: hidden;
line-height: 1.5;
text-decoration: none;
}
diff --git a/p/themes/Swage/swage.scss b/p/themes/Swage/swage.scss
index eabcf1cce..26e04cf2e 100644
--- a/p/themes/Swage/swage.scss
+++ b/p/themes/Swage/swage.scss
@@ -266,15 +266,12 @@ form {
margin: 0;
padding: 5px 10px;
background-color: var(--color-background-nav);
- display: inline-block;
color: var(--color-text-light);
font-size: 0.9rem;
border: none;
min-height: 25px;
min-width: 15px;
vertical-align: middle;
- cursor: pointer;
- overflow: hidden;
line-height: 1.5;
text-decoration: none;