Skip to content

Commit 0dffcbc

Browse files
Merge branch 'main' into docs/macos-local-setup
2 parents 80a9853 + 7a33020 commit 0dffcbc

File tree

5 files changed

+24
-2
lines changed

5 files changed

+24
-2
lines changed

application/frontend/src/pages/Search/components/SearchBar.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
color: var(--muted-foreground);
2424
height: 1rem;
2525
width: 1rem;
26+
pointer-events: none;
27+
z-index: 1;
2628
}
2729

2830
input {

application/frontend/src/scaffolding/Header/header.scss

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,3 +301,16 @@
301301
display: block;
302302
}
303303
}
304+
305+
.sr-only {
306+
position: absolute;
307+
width: 1px;
308+
height: 1px;
309+
padding: 0;
310+
margin: -1px;
311+
overflow: hidden;
312+
clip: rect(0, 0, 0, 0);
313+
clip-path: inset(50%);
314+
white-space: nowrap;
315+
border: 0;
316+
}

application/frontend/www/bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

application/frontend/www/bundle.js.LICENSE.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ object-assign
2020
* SPDX-License-Identifier: MIT
2121
*/
2222

23+
/**
24+
* @license lucide-react v0.536.0 - ISC
25+
*
26+
* This source code is licensed under the ISC license.
27+
* See the LICENSE file in the root directory of this source tree.
28+
*/
29+
2330
/**
2431
* Prism: Lightweight, robust, elegant syntax highlighting
2532
*
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=noshrink-to-fit=no"><title>Open CRE</title><link rel="stylesheet" href="//cdn.jsdelivr.net/npm/semantic-ui@2.4.1/dist/semantic.min.css"/><script defer="defer" src="/bundle.js"></script></head><body><div id="mount"></div></body>
1+
<!doctype html><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=noshrink-to-fit=no"/><title>Open CRE</title><link rel="icon" type="image/svg+xml" href="/logo.svg"/><link rel="alternate icon" href="/favicon.ico"/><link rel="stylesheet" href="//cdn.jsdelivr.net/npm/semantic-ui@2.4.1/dist/semantic.min.css"/><script defer="defer" src="/bundle.js"></script></head><body><div id="mount"></div></body>

0 commit comments

Comments
 (0)