Skip to content

Commit b6b4975

Browse files
Merge pull request #1522 from ASU/UDS-1992
UDS-1992:fix(components-core): added focus css for accordion wrapper
2 parents 2f0c775 + a55da8a commit b6b4975

File tree

1 file changed

+3
-1
lines changed
  • packages/unity-bootstrap-theme/src/scss/extends

1 file changed

+3
-1
lines changed

packages/unity-bootstrap-theme/src/scss/extends/_cards.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,8 @@ Cards - Table of Contents
553553
margin: 0;
554554

555555
a, button {
556-
padding: 1rem var(--card-child-padding);
556+
margin: .4rem .3rem;
557+
padding: .6rem .7rem;
557558
color: $uds-color-base-gray-7;
558559
text-decoration: none;
559560
display: flex;
@@ -691,6 +692,7 @@ Cards - Table of Contents
691692
7. Accordion
692693
--------------------------------------------------------------------*/
693694
.accordion {
695+
694696
.accordion-item {
695697
border-bottom: 1px solid $uds-color-base-gray-3;
696698
border-top: 1px solid $uds-color-base-gray-3;

0 commit comments

Comments
 (0)