This commit is contained in:
Yuri Kuznetsov
2022-11-18 23:16:22 +02:00
parent 77f01fd28d
commit d07be2b5f4
+7 -1
View File
@@ -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;