We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cce0dbc commit f7871a7Copy full SHA for f7871a7
src/routes/patches/PatchItem.svelte
@@ -167,14 +167,6 @@
167
background-color: var(--grey-six);
168
padding: 1.25rem;
169
border-radius: 12px;
170
-
171
- &:active {
172
- filter: brightness(1.15);
173
- }
174
175
- &:hover {
176
- background-color: var(--grey-one);
177
178
}
179
180
.title {
@@ -199,14 +191,18 @@
199
191
200
192
.expanded {
201
193
cursor: pointer;
194
+
195
+ &:hover {
196
+ background-color: var(--grey-one);
197
+ }
198
+ &:active {
+ filter: brightness(1.15);
202
203
204
.option {
205
padding: 1rem;
206
207
208
- background-color: var(--grey-two);
209
210
211
212
/* thanks piknik */
0 commit comments