aboutsummaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-10-31 23:48:25 +0100
committerGravatar GitHub <noreply@github.com> 2022-10-31 23:48:25 +0100
commit746e37c4a664ae736f0f33429e2c088be6987afc (patch)
tree75178fc05c6ce9e9a984b46a7fd099d99a89d594 /p
parent65837de0e1d18aebb5f3b5664a925b8a19e0b214 (diff)
fix swage (#4799)
Diffstat (limited to 'p')
-rw-r--r--p/themes/Swage/swage.css1
-rw-r--r--p/themes/Swage/swage.rtl.css1
-rw-r--r--p/themes/Swage/swage.scss1
3 files changed, 0 insertions, 3 deletions
diff --git a/p/themes/Swage/swage.css b/p/themes/Swage/swage.css
index 057e97cd5..044373460 100644
--- a/p/themes/Swage/swage.css
+++ b/p/themes/Swage/swage.css
@@ -784,7 +784,6 @@ form th {
.flux:hover:not(.current):hover .item.title,
.flux .current:not(.current):hover .item.title {
background: #fff;
- top: 0.15rem;
}
.flux.favorite:not(.current) {
background: #fff6da;
diff --git a/p/themes/Swage/swage.rtl.css b/p/themes/Swage/swage.rtl.css
index 49c4b0924..305f80457 100644
--- a/p/themes/Swage/swage.rtl.css
+++ b/p/themes/Swage/swage.rtl.css
@@ -784,7 +784,6 @@ form th {
.flux:hover:not(.current):hover .item.title,
.flux .current:not(.current):hover .item.title {
background: #fff;
- top: 0.15rem;
}
.flux.favorite:not(.current) {
background: #fff6da;
diff --git a/p/themes/Swage/swage.scss b/p/themes/Swage/swage.scss
index d0a0d6ef7..daab54f12 100644
--- a/p/themes/Swage/swage.scss
+++ b/p/themes/Swage/swage.scss
@@ -1015,7 +1015,6 @@ form {
&:not(.current):hover .item.title {
background: $color_hover;
- top: 0.15rem;
}
}