tweak: restore hover behaviour
This commit is contained in:
parent
0e3956fea1
commit
9cb8bd5818
|
@ -160,16 +160,15 @@ switch (document.domain) {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* No change of colors in hover */
|
/*
|
||||||
|
No change of colors in hover: seemed like a good idea
|
||||||
|
but it fucks up going back and forth
|
||||||
*:hover {
|
*:hover {
|
||||||
/* background-color: white !important; */
|
background-color: white !important;
|
||||||
|
background-color: inherit !important;
|
||||||
transition: none !important;
|
transition: none !important;
|
||||||
}*/
|
}
|
||||||
/*
|
*/
|
||||||
*:hover {
|
|
||||||
background-color: inherit !important;
|
|
||||||
transition: none !important;
|
|
||||||
}*/
|
|
||||||
/* Hide go to top button */
|
/* Hide go to top button */
|
||||||
[aria-label^="New posts are available. Push the period key to go to the them."]{
|
[aria-label^="New posts are available. Push the period key to go to the them."]{
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user