forked from twbs/bootstrap-sass
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(buttons): make use of currentColor (#62)
* Make use of currentColor To allow customer branding to cascade * Revert form-control-focus changes * currentColor cannot override color * Fix btn-alert:hover:active background * Fix navbar hover background * Remove commented out rule Co-authored-by: Dan Matthew <dm@talis.com> * More use of currentColor * Navbar outline should use currentColor * Fix btn-alert underline and hover color * btn-link should have transparent border Co-authored-by: Dan Matthew <dm@talis.com>
- Loading branch information
1 parent
d98769f
commit 40cb629
Showing
6 changed files
with
32 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,4 +15,10 @@ | |
a { | ||
color: $text-color; | ||
} | ||
.btn-alert { | ||
text-decoration: none; | ||
&:hover { | ||
color: $white !important; | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters