Skip to content

Commit 9148f61

Browse files
author
OpenShift Bot
authored
Merge pull request #2081 from rhamilto/issue-2077
Merged by openshift-bot
2 parents af3818f + ab78cdb commit 9148f61

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

app/styles/_vertical-nav.less

+11-11
Original file line numberDiff line numberDiff line change
@@ -35,29 +35,29 @@
3535
background-color: @nav-pf-vertical-active-bg-color;
3636
font-weight: 300;
3737
}
38+
&.active > a {
39+
.fa,
40+
.pficon {
41+
color: @nav-pf-vertical-active-icon-color !important;
42+
}
43+
}
3844
&:focus > a,
3945
&:hover > a {
40-
.pficon,
41-
.fa {
46+
.fa,
47+
.pficon {
4248
color: @nav-pf-vertical-active-color;
4349
}
4450
}
45-
&.active > a {
46-
.pficon,
47-
.fa {
48-
color: @nav-pf-vertical-active-icon-color;
49-
}
50-
}
51-
> a,
52-
> a:focus {
51+
> a {
5352
font-size: @font-size-base;
5453
font-weight: 300;
5554
text-decoration: none;
5655
@media(max-width: @screen-xs-max) {
5756
height: auto;
5857
padding: 10px 15px;
5958
}
60-
.fa, .pficon {
59+
.fa,
60+
.pficon {
6161
color: @nav-pf-vertical-icon-color;
6262
font-size: (@font-size-base + 2);
6363
@media(min-width: @screen-sm-min) {

dist/styles/main.css

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)