Skip to content

Commit

Permalink
Merge pull request #5766 from bmclaughlin/fix-psuedo-active-timelines…
Browse files Browse the repository at this point in the history
…-link

Fix overrided color for disabled Timelines link
  • Loading branch information
h-kataria committed Jul 2, 2019
2 parents 783df9f + cf9aecb commit 5eaf616
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/assets/stylesheets/patternfly_overrides.scss
Expand Up @@ -635,6 +635,9 @@ table.table tbody td img {

/// Overrides patternfly style for disabled accordion items

.nav-stacked > li.disabled > a {
color: #9c9c9c;
}
.nav-stacked > li.disabled:hover > a {
background: transparent;
border: transparent;
Expand Down

0 comments on commit 5eaf616

Please sign in to comment.