Skip to content

Commit a9869bf

Browse files
spaepsguillep2k
authored andcommitted
[arc-green] white on hover for active menu items (go-gitea#8344)
* [arc-green] white on hover for active menu items Actually, hovered active menu elements are in an unreadable black text colour. This should be changed to white. * [arc-green] white on hover for active menu items Actually, hovered active menu elements are in an unreadable black text colour. This should be changed to white. Now editing less files and commiting with `make css`.
1 parent 5cf823a commit a9869bf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

public/css/theme-arc-green.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ a:hover{color:#a0cc75}
4242
.ui.attached.table{border:1px solid #304251;background:#304251}
4343
.feeds .list ul li:not(:last-child){border-bottom:1px solid #333640}
4444
.feeds .list ul li.private{background:#353945;border:1px solid #333640}
45-
.ui.secondary.menu .dropdown.item:hover,.ui.secondary.menu .link.item:hover,.ui.secondary.menu a.item:hover{color:#fff}
45+
.ui.secondary.menu .active.item:hover,.ui.secondary.menu .dropdown.item:hover,.ui.secondary.menu .link.item:hover,.ui.secondary.menu a.item:hover{color:#fff}
4646
.ui.menu .ui.dropdown .menu>.item{background:#2c303a!important;color:#9e9e9e!important}
4747
.ui.secondary.menu .dropdown.item>.menu,.ui.text.menu .dropdown.item>.menu{border:1px solid #434444}
4848
footer{background:#2e323e;border-top:1px solid #313131}

public/less/themes/arc-green.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ a:hover {
225225

226226
.ui.secondary.menu .dropdown.item:hover,
227227
.ui.secondary.menu .link.item:hover,
228+
.ui.secondary.menu .active.item:hover,
228229
.ui.secondary.menu a.item:hover {
229230
color: #ffffff;
230231
}

0 commit comments

Comments
 (0)