Skip to content

Commit

Permalink
Merge pull request openwrt#6802 from stangri/luci-theme-openwrt2020
Browse files Browse the repository at this point in the history
luci-theme-openwrt-2020: fix anchor decorations
  • Loading branch information
stangri authored Jan 11, 2024
2 parents 6a12407 + 525c5da commit 4433701
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4433701

Please sign in to comment.