mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
remove unused custom props
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
@use '../../styles/component';
|
||||
|
||||
:host {
|
||||
--hide-duration: var(--sl-transition-medium);
|
||||
--hide-timing-function: ease;
|
||||
--show-duration: var(--sl-transition-medium);
|
||||
--show-timing-function: ease;
|
||||
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
||||
@@ -25,11 +25,6 @@ let id = 0;
|
||||
* @part summary-icon - The expand/collapse summary icon.
|
||||
* @part content - The details content.
|
||||
*
|
||||
* @customProperty --hide-duration - The length of the hide transition.
|
||||
* @customProperty --hide-timing-function - The timing function (easing) to use for the hide transition.
|
||||
* @customProperty --show-duration - The length of the show transition.
|
||||
* @customProperty --show-timing-function - The timing function (easing) to use for the show transition.
|
||||
*
|
||||
* @animation details.show - The animation to use when showing details. You can use `height: auto` with this animation.
|
||||
* @animation details.hide - The animation to use when hiding details. You can use `height: auto` with this animation.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user