mirror of
https://github.com/openwrt/luci.git
synced 2026-02-04 12:06:01 +08:00
Merge pull request #6802 from stangri/luci-theme-openwrt2020
luci-theme-openwrt-2020: fix anchor decorations
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user