mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-11-23 14:40:50 +01:00
Update btn-link style
This commit is contained in:
parent
268509a107
commit
5f28cf65c1
@ -79,6 +79,11 @@
|
|||||||
font-weight: $font-weight-normal;
|
font-weight: $font-weight-normal;
|
||||||
color: $btn-link-color;
|
color: $btn-link-color;
|
||||||
text-decoration: $link-decoration;
|
text-decoration: $link-decoration;
|
||||||
|
box-shadow: none !important;
|
||||||
|
|
||||||
|
&:active {
|
||||||
|
color: $btn-link-color !important;
|
||||||
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: $btn-link-hover-color;
|
color: $btn-link-hover-color;
|
||||||
|
Loading…
Reference in New Issue
Block a user