File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
elements/pfe-accordion/src Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2828
2929/// /////// last child
3030
31- // To Do : add lighter/lightest and darker/darkest colors.
31+ // @TODO : add lighter/lightest and darker/darkest colors.
3232
3333// :host([color="darker"]:last-of-type),
3434// :host([color="darkest"]:last-of-type) {
8585 }
8686}
8787
88- // To Do : add lighter/lightest and darker/darkest colors.
88+ // @TODO : add lighter/lightest and darker/darkest colors.
8989
9090// :host([color="lighter"]),
9191// :host([color="lightest"]) {
Original file line number Diff line number Diff line change 3030 @include pfe-accordion-panel-expanded-last ;
3131}
3232
33- // To Do : add lighter/lightest and darker/darkest colors.
33+ // @TODO : add lighter/lightest and darker/darkest colors.
3434
3535// :host([color="lighter"][expanded]),
3636// :host([color="lightest"][expanded]) {
Original file line number Diff line number Diff line change 1616 @include pfe-theme ($theme : " light" );
1717}
1818
19- // To Do : add lighter/lightest and darker/darkest colors.
19+ // @TODO : add lighter/lightest and darker/darkest colors.
2020
2121// :host([color="darker"]) {
2222// @include pfe-theme($theme: "darker");
You can’t perform that action at this time.
0 commit comments