Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/dev' into firefoxgalleryslider
Browse files Browse the repository at this point in the history
  • Loading branch information
Saira-A committed Oct 29, 2024
2 parents 27487c3 + fa07c4b commit 323d6b3
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 56 deletions.
67 changes: 12 additions & 55 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"@google/model-viewer": "^1.9.2",
"@iiif/base-component": "2.0.1",
"@iiif/iiif-av-component": "1.2.4",
"@iiif/iiif-gallery-component": "^1.1.21",
"@iiif/iiif-gallery-component": "^1.1.22",
"@iiif/iiif-metadata-component": "^1.1.19",
"@iiif/iiif-tree-component": "2.0.6",
"@iiif/manifold": "2.0.31",
Expand Down
20 changes: 20 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,23 @@
}
}
}

.iiif-gallery-component {

.header {
.btn {
&.size-up,
&.size-down {
&:focus {
border: 1px solid @link-color;
}
}
}

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

0 comments on commit 323d6b3

Please sign in to comment.