Merge pull request #6802 from stangri/luci-theme-openwrt2020

luci-theme-openwrt-2020: fix anchor decorations
This commit is contained in:
Stan Grishin 2024-01-10 19:27:06 -07:00 committed by GitHub
commit 4433701463
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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,