Skip to content

Commit

Permalink
Update style.css Added the hover style (#7055)
Browse files Browse the repository at this point in the history
* Update style.css Added the hover style

* Update Style.css fixed the indentation!
  • Loading branch information
DevanshCodes authored and SidharthBansal committed Dec 28, 2019
1 parent cd43dfd commit 88846fe
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions app/assets/stylesheets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,17 @@ a.btn-outline-secondary .fa {
color: inherit;
}

a.btn-outline-secondary:not([href]):not([tabindex]) {
color: #6c757d;
}

.container .btn-outline-secondary:hover {
color: white !important;
}

.container .btn-outline-secondary:hover .fa {
color: white !important;
}
.nav-button-wrapper {
padding-top: 7.5px;
}
Expand Down

0 comments on commit 88846fe

Please sign in to comment.