mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
style: remove hover to mobile buttons
This commit is contained in:
@@ -33,11 +33,6 @@
|
|||||||
text-decoration: var(--button-text-decoration-mobile);
|
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 {
|
.boardNavMobile strong {
|
||||||
text-transform: capitalize;
|
text-transform: capitalize;
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
|
|||||||
@@ -38,11 +38,6 @@ hr {
|
|||||||
user-select: none;
|
user-select: none;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button:hover {
|
|
||||||
color: var(--button-text-color-hover-mobile);
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 640px) {
|
@media (min-width: 640px) {
|
||||||
|
|||||||
@@ -277,8 +277,6 @@
|
|||||||
--button-background-color-mobile: none;
|
--button-background-color-mobile: none;
|
||||||
--button-border-mobile: none;
|
--button-border-mobile: none;
|
||||||
--button-text-decoration-mobile: underline;
|
--button-text-decoration-mobile: underline;
|
||||||
--button-text-color-hover-mobile: red;
|
|
||||||
--button-text-decoration-hover-mobile: underline;
|
|
||||||
|
|
||||||
/* footer */
|
/* footer */
|
||||||
--footer-item-background-color-desktop: #fed;
|
--footer-item-background-color-desktop: #fed;
|
||||||
@@ -389,8 +387,6 @@
|
|||||||
--button-background-image-mobile: url("/public/assets/buttons/button-fade-blue.png");
|
--button-background-image-mobile: url("/public/assets/buttons/button-fade-blue.png");
|
||||||
--button-background-color-mobile: #d6daf0;
|
--button-background-color-mobile: #d6daf0;
|
||||||
--button-border-mobile: 1px solid #b7c5d9;
|
--button-border-mobile: 1px solid #b7c5d9;
|
||||||
--button-text-color-hover-mobile: red;
|
|
||||||
--button-text-decoration-hover-mobile: underline;
|
|
||||||
|
|
||||||
/* footer */
|
/* footer */
|
||||||
--footer-item-background-color-desktop: #eef2ff;
|
--footer-item-background-color-desktop: #eef2ff;
|
||||||
|
|||||||
Reference in New Issue
Block a user