mirror of
https://github.com/picocss/pico.git
synced 2025-04-25 18:56:15 -04:00
Fix deprecation warnings for mixed declarations
This commit is contained in:
parent
6dc6489e69
commit
dffc4fde5a
4 changed files with 144 additions and 140 deletions
|
@ -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%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue