Skip to content

Commit be29483

Browse files
mhdahmangingi
authored andcommitted
Fixes AB#865: Focus not visible for multiple controls
1 parent ed595c1 commit be29483

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

src/@batch-flask/ui/buttons/button.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,15 @@ bl-button {
8787
width: $action-btn-size;
8888
}
8989

90+
&[type=square][color="primary"] {
91+
&.focus-outline.focus-visible, &.focus-visible {
92+
outline-color: white;
93+
outline-width: 2px;
94+
outline-style: solid;
95+
outline-offset: -4px;
96+
}
97+
}
98+
9099
&[type="round"] {
91100
border-radius: 99%;
92101

src/app/components/pool/action/add/os-picker/os-offer-tile/os-offer-tile.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ bl-os-offer-tile {
6363

6464
> .name {
6565
text-transform: capitalize;
66+
display: inline-block;
67+
word-break: break-word;
68+
line-height: 1.3;
6669
}
6770
}
6871

0 commit comments

Comments
 (0)