Skip to content

Commit

Permalink
Merge pull request #813 from sebgroup/develop
Browse files Browse the repository at this point in the history
next release
  • Loading branch information
eweseong authored Mar 31, 2023
2 parents f9b7df0 + fb88c21 commit ba0dc6a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
13 changes: 7 additions & 6 deletions lib/src/Accordion/accordion.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
&:hover {
text-decoration: none;
}
&:focus {
border-color: rgba($blue, 0.5);
box-shadow: 0 0 4px 1px rgba($blue, 0.56);
&:focus-visible {
box-shadow: $btn-focus-box-shadow;
outline: none;
}
}
}
Expand Down Expand Up @@ -132,11 +132,12 @@
&.inverted {
> .card {
> .card-header > button.btn-link {
padding: 0.5rem 3rem 0.5rem 1rem;
padding: $spacer;
> h4:before {
right: -2rem;
left: auto;
top: 50%;
right: 0;
left: auto;
filter: brightness(0.2);
}
}
&.collapsed > .card-header > button.btn-link > h4:before {
Expand Down
6 changes: 6 additions & 0 deletions lib/src/CloseButton/close-button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ button.rc.close-btn {
&:active {
color: white;
}
&:focus {
outline: none;
}
&:focus-visible {
box-shadow: $btn-focus-box-shadow;
}
}

&::after {
Expand Down

0 comments on commit ba0dc6a

Please sign in to comment.