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