Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit cd839d1

Browse files
lauragift21jasonLaster
authored andcommitted
Fix css variable (#5577)
* Fix typo with css property Remove unused css variable (#5566) * Remove unused --arrow-width property * Restore CSS property that was being used -- misreported bug
1 parent ff59534 commit cd839d1

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/components/ProjectSearch.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989

9090
.project-text-search .line-match {
9191
display: "flex";
92-
grow: 1;
92+
flex-grow: 1;
9393
}
9494

9595
.project-text-search .search-field {

src/components/variables.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,15 @@
33
* file, You can obtain one at <http://mozilla.org/MPL/2.0/>. */
44

55
:root {
6-
--arrow-width: 10px;
76
--icon-size: 13px;
87
}
98

109
:root.theme-light,
1110
:root .theme-light {
12-
--search-overlays-semitransparent: rgba(221, 225, 228, 0.66);
1311
--popup-shadow-color: #d0d0d0;
1412
}
1513

1614
:root.theme-dark,
1715
:root .theme-dark {
18-
--search-overlays-semitransparent: rgba(42, 46, 56, 0.66);
1916
--popup-shadow-color: #5c667b;
2017
}

0 commit comments

Comments
 (0)