Skip to content

Commit

Permalink
fix: removed usage of id in accordion
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajdeep Chandra authored and Westbrook committed Jun 7, 2023
1 parent 333ca84 commit c26c81f
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions packages/accordion/src/accordion-item.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,6 @@ governing permissions and limitations under the License.
--spectrum-accordion-item-header-height: 46px;
}

/**
* What follows are styles working around: https://github.com/adobe/spectrum-css/issues/1033
*/
#indicator {
/* .spectrum-Accordion-itemIndicator */
top: calc(
50% -
var(
--spectrum-accordion-icon-height,
var(--spectrum-global-dimension-size-125)
) / 2
);
}

#heading {
/* .spectrum-Accordion-itemHeading */
height: auto;
Expand Down

0 comments on commit c26c81f

Please sign in to comment.