Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Further accessibility enhancements #53

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
15 changes: 14 additions & 1 deletion src/jquery.tagger.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
display: inline-block;
}
.tagger.focus {
outline: auto 5px #69CAE8;
outline: 2px solid #69CAE8;
}
.tagger-readonly {
background-color: #ebebeb;
Expand Down Expand Up @@ -202,4 +202,17 @@

.tagger .suggestions ul li.addfreetext.focus {
background-color: #c9f9c6;
}

.tagger .tagger-audible-status {
border: 0px;
clip: rect(0px, 0px, 0px, 0px);
height: 1px;
margin-bottom: -1px;
margin-right: -1px;
overflow: hidden;
padding: 0px;
position: absolute;
white-space: nowrap;
width: 1px;
}
Loading