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 d4ee653 commit 4bf70daCopy full SHA for 4bf70da
src/assets/css/common.css
@@ -329,7 +329,8 @@ span.f-answered{
329
/*links*/
330
331
a.f-link,
332
-.description a {
+.description a,
333
+.field-submittype .section-wrap a {
334
margin-right: 10px;
335
color: inherit;
336
border-bottom: 1px solid;
@@ -339,7 +340,9 @@ a.f-link,
339
340
a.f-link:hover,
341
a.f-link:active,
342
.description a:hover,
-.description a:active {
343
+.description a:active,
344
+.field-submittype .section-wrap a:hover,
345
+.field-submittype .section-wrap a:active {
346
347
border-bottom: none;
348
}
0 commit comments