Skip to content

Commit a266b5b

Browse files
committed
chore: apply pre-commit linting changes
1 parent 66ef351 commit a266b5b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

theme/js/osl-search.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,12 @@
8181
border: 1px solid var(--border-color, rgba(255,255,255,.12));
8282
border-radius: 6px;
8383
}
84-
84+
8585
#mkdocs-search:hover,
8686
#mkdocs-search-mobile:hover {
8787
border-color: var(--md-primary-fg-color, #1976d2);
8888
}
89-
89+
9090
#mkdocs-search:focus,
9191
#mkdocs-search-mobile:focus {
9292
outline: 2px solid var(--md-primary-fg-color, #1976d2);
@@ -99,7 +99,7 @@
9999
position: relative;
100100
display: inline-block;
101101
}
102-
102+
103103
.search-container:focus-within .search-hint {
104104
opacity: 1;
105105
}

0 commit comments

Comments
 (0)