Skip to content

Commit

Permalink
add gallery button focus highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
Saira-A committed Oct 24, 2024
1 parent 1685b15 commit 5ca7d68
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/content-handlers/iiif/modules/uv-shared-module/css/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -149,3 +149,16 @@
}
}
}

.iiif-gallery-component {

.header {
.btn.size-up,
.btn.size-down,
input[type="range"] {
&:focus {
border: 1px solid @link-color;
}
}
}
}

0 comments on commit 5ca7d68

Please sign in to comment.