Fix deprecation warnings for mixed declarations

This commit is contained in:
Eric Haynes 2024-08-26 22:07:38 -04:00
parent 6dc6489e69
commit dffc4fde5a
4 changed files with 144 additions and 140 deletions

View file

@ -15,10 +15,6 @@
list-style-type: none;
cursor: pointer;
&:not([role]) {
color: var(#{$css-var-prefix}accordion-close-summary-color);
}
@if $enable-transitions {
transition: color var(#{$css-var-prefix}transition);
}
@ -71,6 +67,10 @@
}
}
&:not([role]) {
color: var(#{$css-var-prefix}accordion-close-summary-color);
}
// Type button
&[role="button"] {
width: 100%;