Skip to content

Commit

Permalink
Upgrade arclight to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Jun 13, 2024
1 parent 712f447 commit fa480b0
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 13 deletions.
13 changes: 9 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ GEM
afm (0.2.2)
airbrussh (1.5.2)
sshkit (>= 1.6.1, != 1.7.0)
arclight (1.3.0)
arclight (1.4.0)
blacklight (>= 8.0.0, < 9)
gretel
rails (~> 7.0)
Expand Down Expand Up @@ -189,7 +189,12 @@ GEM
net-http
faraday-retry (2.2.1)
faraday (~> 2.0)
ffi (1.17.0)
ffi (1.17.0-aarch64-linux-gnu)
ffi (1.17.0-arm-linux-gnu)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86-linux-gnu)
ffi (1.17.0-x86_64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
ffi-compiler (1.3.2)
ffi (>= 1.15.5)
rake
Expand Down Expand Up @@ -316,7 +321,7 @@ GEM
puma (6.4.2)
nio4r (~> 2.0)
racc (1.8.0)
rack (3.0.11)
rack (3.1.0)
rack-session (2.0.0)
rack (>= 3.0.0)
rack-test (2.1.0)
Expand Down Expand Up @@ -369,7 +374,7 @@ GEM
actionpack (>= 5.2)
railties (>= 5.2)
retriable (3.1.2)
rexml (3.2.9)
rexml (3.3.0)
strscan
rsolr (2.6.0)
builder (>= 2.1.2)
Expand Down
1 change: 1 addition & 0 deletions app/assets/stylesheets/sulCollection.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/** AL Sidebar and Document area layout **/
:root {
--al-toggle-icon-color: var(--stanford-digital-blue);
--al-content-icon-color: var(--stanford-palo-alto-dark);
}

#sidebar {
Expand Down
5 changes: 5 additions & 0 deletions app/assets/stylesheets/sulFacets.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
border-color: black !important;

.card-header {
--bs-btn-color: black;
/* This is necessary until https://github.com/projectblacklight/blacklight/pull/3178 is released*/
.btn {
color: var(--bs-btn-color);
}
background-color: #d4d1d1 !important;
}
}
Expand Down
8 changes: 2 additions & 6 deletions app/assets/stylesheets/sulHeader.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,12 @@
--bs-nav-link-padding-y: 0.3rem;
--bs-nav-link-color: white;
--bs-nav-link-hover-color: white;
--al-mastead-active-link-color: var(--bs-nav-link-color);

list-style-type: none;
padding-left: 0;
margin-right: 0.5rem;

/* This overrides Arclight. We can use --al-mastead-active-link-color once */
/* https://github.com/projectblacklight/arclight/pull/1539 is released */
li.active a {
color: var(--bs-nav-link-color);
}

li {
display: inline-block;
position: relative;
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ anymatch@~3.1.2:
picomatch "^2.0.4"

arclight@^1.0.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/arclight/-/arclight-1.3.0.tgz#75a129de43c8c006e831ade4b217e8973d0ba241"
integrity sha512-hIFB6trAP4JiWSE9h5Wju7f+Pj5p+DFxNgCTFcl7PxdFbj/4VSMpJKzKVF5s/xXyXIspliYTrN5YgsSE9XQkjw==
version "1.4.0"
resolved "https://registry.yarnpkg.com/arclight/-/arclight-1.4.0.tgz#1eab61115bc320394247084512e3194fa0a969d1"
integrity sha512-a8WGQHWTAg+CbR+1QL4GfDuEwlyEDeeesKe4HjDhaRS5uW3luMW+1FVLtnU79USxjepMkx/stOCQD4KPYVED+g==

binary-extensions@^2.0.0:
version "2.3.0"
Expand Down

0 comments on commit fa480b0

Please sign in to comment.