Skip to content

Commit

Permalink
fix(accordion): change accordion focus styling (#2930)
Browse files Browse the repository at this point in the history
  • Loading branch information
engai committed Dec 5, 2017
1 parent e965784 commit 0658e13
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ui/components/accordion/base/_index.scss
Expand Up @@ -51,6 +51,11 @@
.slds-accordion__summary-heading {
display: flex;
flex-grow: 1;

.slds-button:focus {
text-decoration: underline;
box-shadow: none;
}
}

/**
Expand Down

0 comments on commit 0658e13

Please sign in to comment.