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:
parent
ec2b43a8f1
commit
525c5da356
1 changed files with 13 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue