Skip to content

Commit 4bf70da

Browse files
committed
Add link styles to submit screen
1 parent d4ee653 commit 4bf70da

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/assets/css/common.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,8 @@ span.f-answered{
329329
/*links*/
330330

331331
a.f-link,
332-
.description a {
332+
.description a,
333+
.field-submittype .section-wrap a {
333334
margin-right: 10px;
334335
color: inherit;
335336
border-bottom: 1px solid;
@@ -339,7 +340,9 @@ a.f-link,
339340
a.f-link:hover,
340341
a.f-link:active,
341342
.description a:hover,
342-
.description a:active {
343+
.description a:active,
344+
.field-submittype .section-wrap a:hover,
345+
.field-submittype .section-wrap a:active {
343346
color: inherit;
344347
border-bottom: none;
345348
}

0 commit comments

Comments
 (0)