Skip to content

Commit

Permalink
Change range border css
Browse files Browse the repository at this point in the history
  • Loading branch information
Saira-A committed Oct 28, 2024
1 parent 5ca7d68 commit b01403e
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions src/content-handlers/iiif/modules/uv-shared-module/css/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,19 @@
.iiif-gallery-component {

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

input[type="range"] {
&:focus {
border: 2px double @link-color;
}
}
}
}
}

0 comments on commit b01403e

Please sign in to comment.