luci-theme-openwrt-2020: fix anchor decorations

* add the decorations for when the links are included in the field descriptions

Thanks @dibdot, @stokito!

Signed-off-by: Stan Grishin <stangri@melmac.ca>
This commit is contained in:
Stan Grishin 2024-01-03 07:20:21 +00:00
parent ec2b43a8f1
commit 525c5da356

View file

@ -1123,6 +1123,19 @@ textarea {
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,