Skip to content

Commit 5921f33

Browse files
committed
fix: remove undefined array key in LoadTest.php and lint js and css
1 parent aa45fc3 commit 5921f33

4 files changed

Lines changed: 124 additions & 117 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ jobs:
1212
uses: digitalutsc/reusable_workflows/.github/workflows/islandora-module-ci.yml@main
1313
with:
1414
module_name: advanced_search_tips
15-
install_chromedriver: true
15+
install_chromedriver: true

css/advanced_search_tips.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
#search-help button {
1+
#search-help button {
22
font-size: 2.0em;
33
margin-top: 3px;
44
}
55

6-
.dsu {
7-
color: #001228 !important;
6+
.dsu {
7+
color: #001228 !important;
88
}
99

10-
table tbody tr:nth-child(odd) {
11-
background-color: #FFFFFF !important;
10+
table tbody tr:nth-child(odd) {
11+
background-color: #FFFFFF !important;
1212
}

0 commit comments

Comments
 (0)