Skip to content

Commit 4cfcda3

Browse files
RoyEJohnsonmwvolo
andauthored
Core-877: Make book selector keyboard navigable (#1310)
[CORE-877] Book title boxes are now buttons with aria-selected attribute Selected-book box remove icon is a button with aria-label Co-authored-by: Michael Volo <[email protected]>
1 parent e7cab11 commit 4cfcda3

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

app/assets/javascripts/multiselect/multiselect.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/assets/stylesheets/newflow.scss

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,18 @@ input.has-error {
148148
.os-multiselect {
149149
@extend %os-multiselect;
150150

151+
button.put-away {
152+
height: auto;
153+
border: 0;
154+
background-color: transparent;
155+
padding: 0 0.3rem;
156+
}
157+
158+
button.result {
159+
font-size: inherit;
160+
height: auto;
161+
}
162+
151163
input[type=text] {
152164
min-width: 100%;
153165
}

0 commit comments

Comments
 (0)