Skip to content

Commit c688cfe

Browse files
committed
Added class to SICP search bar component. Updated styling to reference new class.
1 parent 9d6ee63 commit c688cfe

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: src/commons/navigationBar/subcomponents/SicpNavigationBar.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,7 @@ const SicpNavigationBar: React.FC = () => {
369369
return (
370370
<>
371371
<Omnibar
372+
className="sicp-search-bar"
372373
isOpen={isOmnibarOpen}
373374
inputProps={{
374375
disabled: omnibarMode === 'submenu',

Diff for: src/styles/_sicp.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ $sicp-content-lr-padding: 6em;
354354
}
355355
}
356356

357-
.bp4-omnibar {
357+
.sicp-search-bar {
358358
@media only screen and (max-width: 768px) {
359359
left: 1%;
360360
width: 98%;

0 commit comments

Comments
 (0)