css fix
This commit is contained in:
@@ -84,7 +84,7 @@ a.btn {
|
||||
}
|
||||
}
|
||||
|
||||
.btn:not(.btn-link):not(.btn-text):not(.disabled) {
|
||||
.btn:not(.btn-link):not(.btn-text) {
|
||||
&:active:hover {
|
||||
outline: 0;
|
||||
background-image: none;
|
||||
@@ -92,6 +92,12 @@ a.btn {
|
||||
}
|
||||
}
|
||||
|
||||
.btn.disabled {
|
||||
&:active:hover {
|
||||
box-shadow: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-icon {
|
||||
width: 36px;
|
||||
padding-left: 0;
|
||||
|
||||
Reference in New Issue
Block a user