Revert changes, add exceptions

to keep the PR changes as contained as possible without the use of !important.
This commit is contained in:
Matthias M 2021-05-24 10:37:43 +02:00
parent 3813f51627
commit d74135e481

View file

@ -15,16 +15,14 @@
.isLin { .isLin {
button { button {
font-size: 14px; font-size: 14px;
} -webkit-appearance: none;
} }
/* override .btn transition button:not(.btn-group button) {
in favor of instant background change */ border-radius: 3px;
button { padding: 5px;
transition: border: 1px solid var(--border);
color .15s ease-in-out, }
border-color .15s ease-in-out,
box-shadow .15s ease-in-out !important;
} }
.nightMode { .nightMode {
@ -42,6 +40,13 @@ button {
border: 1px solid fusion_vars.$button-border; border: 1px solid fusion_vars.$button-border;
} }
button:not(.btn-group button) {
border-radius: 2px;
padding: 10px;
padding-top: 3px;
padding-bottom: 3px;
}
button:hover { button:hover {
background: fusion_vars.$button-hover-bg; background: fusion_vars.$button-hover-bg;
} }
@ -62,9 +67,3 @@ button {
padding-right: 15px; padding-right: 15px;
color: #e5e5e5; color: #e5e5e5;
} }
button.dropdown-item {
background: none;
box-shadow: none;
border: none;
}