Polish Round 1 (#2396)
This commit is contained in:
parent
cf2c43d390
commit
02b002d81a
197 changed files with 1233 additions and 1751 deletions
|
|
@ -37,6 +37,10 @@ button:disabled, .form-control:disabled, .form-control[readonly], .disabled, :di
|
|||
}
|
||||
}
|
||||
|
||||
.btn:focus, .btn:active, .btn:active:focus {
|
||||
box-shadow: 0 0 0 0 var(---btn-focus-boxshadow-color) !important;
|
||||
}
|
||||
|
||||
|
||||
.btn-icon {
|
||||
cursor: pointer;
|
||||
|
|
@ -47,6 +51,12 @@ button:disabled, .form-control:disabled, .form-control[readonly], .disabled, :di
|
|||
color: var(--body-text-color);
|
||||
border: none;
|
||||
}
|
||||
&.active {
|
||||
> i {
|
||||
color: var(--primary-color) !important;
|
||||
}
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-outline-secondary {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue