Skip to content

Commit

Permalink
Fixes AB#865: Focus not visible for multiple controls
Browse files Browse the repository at this point in the history
  • Loading branch information
mhdahman authored and gingi committed Apr 18, 2023
1 parent ed595c1 commit be29483
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/@batch-flask/ui/buttons/button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,15 @@ bl-button {
width: $action-btn-size;
}

&[type=square][color="primary"] {
&.focus-outline.focus-visible, &.focus-visible {
outline-color: white;
outline-width: 2px;
outline-style: solid;
outline-offset: -4px;
}
}

&[type="round"] {
border-radius: 99%;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ bl-os-offer-tile {

> .name {
text-transform: capitalize;
display: inline-block;
word-break: break-word;
line-height: 1.3;
}
}

Expand Down

0 comments on commit be29483

Please sign in to comment.