Update styling.
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
&:hover, &:active, &:focus {
|
||||
color: $black;
|
||||
background-color: $gray-300;
|
||||
border-color: $gray-400;
|
||||
border-color: $gray-400 !important;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
&:hover {
|
||||
color: $black;
|
||||
background-color: $gray-200;
|
||||
border-color: $gray-400;
|
||||
border-color: $gray-400 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -98,7 +98,7 @@
|
||||
&:hover, &:active, &:focus {
|
||||
color: $black;
|
||||
background-color: $gray-200;
|
||||
border-color: $gray-400;
|
||||
border-color: $gray-400 !important;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -153,8 +153,12 @@
|
||||
|
||||
// Phantom class
|
||||
.btn-phantom {
|
||||
&-primary, &-secondary, &-success, &-info, &-warning, &-danger {
|
||||
&-primary, &-secondary, &-tertiary, &-success, &-info, &-warning, &-danger {
|
||||
background-color: transparent;
|
||||
|
||||
&:active {
|
||||
border-color: transparent !important;
|
||||
}
|
||||
}
|
||||
|
||||
&-primary:hover {
|
||||
|
||||
Reference in New Issue
Block a user