* add the decorations for when the links are included in the field descriptions
Thanks @dibdot, @stokito!
Signed-off-by: Stan Grishin <stangri@melmac.ca>
(cherry picked from commit
525c5da356da2c642cd2ebea83a4e303e666c04f)
padding: .2em 0;
}
+.cbi-map-descr a,
+.cbi-value-description a {
+ color: var(--main-bright-color);
+ text-decoration: none;
+ outline: 0;
+}
+.cbi-map-descr a:hover,
+.cbi-value-description a:hover {
+ color: var(--main-bright-color);
+ text-decoration: underline;
+ outline: 0;
+}
+
.cbi-map-descr,
.cbi-tab-descr,
.cbi-section-descr,