Skip to content
Snippets Groups Projects
Commit 9112106d authored by Henrik Askjer's avatar Henrik Askjer
Browse files

Merge branch 'hide-caption' into 'prod'

hide table caption from sighted users

See merge request spraksamlingane/beta.ordbok.uib.no!211
parents 84273db5 e75d0879
No related branches found
No related tags found
No related merge requests found
......@@ -292,6 +292,13 @@ article .v-btn:focus, .v-dialog .v-btn:focus {
/* all inflection-table css shoud be moved to beta.ordbok */
.infl-table caption {
position: absolute !important;
height: 1px; width: 1px;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
}
td[class="infl-group"] {
background-color: var(--v-button-base) !important;
color: var(--v-text-base) !important;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment