Skip to content

Commit 427df4f

Browse files
committed
Fix submit screen link css
1 parent 4bf70da commit 427df4f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/assets/css/common.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,6 @@ span.f-answered{
329329
/*links*/
330330

331331
a.f-link,
332-
.description a,
333332
.field-submittype .section-wrap a {
334333
margin-right: 10px;
335334
color: inherit;
@@ -338,9 +337,7 @@ a.f-link,
338337
}
339338

340339
a.f-link:hover,
341-
a.f-link:active,
342-
.description a:hover,
343-
.description a:active,
340+
a.f-link:active,
344341
.field-submittype .section-wrap a:hover,
345342
.field-submittype .section-wrap a:active {
346343
color: inherit;

0 commit comments

Comments
 (0)