style: remove hover to mobile buttons

This commit is contained in:
plebeius.eth
2024-04-08 18:21:42 +02:00
parent 242b5faba3
commit 5838fa7388
3 changed files with 0 additions and 14 deletions
@@ -33,11 +33,6 @@
text-decoration: var(--button-text-decoration-mobile);
}
.boardNavMobile .pageJump a:hover {
color: var(--button-text-color-hover-mobile);
text-decoration: var(--button-text-decoration-hover-mobile);
}
.boardNavMobile strong {
text-transform: capitalize;
padding-right: 5px;
-5
View File
@@ -38,11 +38,6 @@ hr {
user-select: none;
display: inline-block;
}
.button:hover {
color: var(--button-text-color-hover-mobile);
cursor: pointer;
}
}
@media (min-width: 640px) {
-4
View File
@@ -277,8 +277,6 @@
--button-background-color-mobile: none;
--button-border-mobile: none;
--button-text-decoration-mobile: underline;
--button-text-color-hover-mobile: red;
--button-text-decoration-hover-mobile: underline;
/* footer */
--footer-item-background-color-desktop: #fed;
@@ -389,8 +387,6 @@
--button-background-image-mobile: url("/public/assets/buttons/button-fade-blue.png");
--button-background-color-mobile: #d6daf0;
--button-border-mobile: 1px solid #b7c5d9;
--button-text-color-hover-mobile: red;
--button-text-decoration-hover-mobile: underline;
/* footer */
--footer-item-background-color-desktop: #eef2ff;