mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-11 13:46:17 +00:00
fix(routes/patches): misleading interaction feedback
This commit is contained in:
@@ -167,14 +167,6 @@
|
||||
background-color: var(--grey-six);
|
||||
padding: 1.25rem;
|
||||
border-radius: 12px;
|
||||
|
||||
&:active {
|
||||
filter: brightness(1.15);
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background-color: var(--grey-one);
|
||||
}
|
||||
}
|
||||
|
||||
.title {
|
||||
@@ -199,14 +191,18 @@
|
||||
|
||||
.expanded {
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
background-color: var(--grey-one);
|
||||
}
|
||||
|
||||
&:active {
|
||||
filter: brightness(1.15);
|
||||
}
|
||||
}
|
||||
|
||||
.option {
|
||||
padding: 1rem;
|
||||
|
||||
&:hover {
|
||||
background-color: var(--grey-two);
|
||||
}
|
||||
}
|
||||
|
||||
/* thanks piknik */
|
||||
|
||||
Reference in New Issue
Block a user