Skip to content

Commit

Permalink
fix: remove unscoped variables
Browse files Browse the repository at this point in the history
This was causing an interference with presenter. Removing these does not seem to break anything, so unsure why they were added in the first place.

Introduced in 05b0567
  • Loading branch information
bhajneet authored and Harjot1Singh committed May 30, 2020
1 parent 1784eae commit d2cb63c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/frontend/src/Controller/Search.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@
opacity: .85;
}

.search .result .secondary .english , .english.translation, .spanish.translation {
.search .result .secondary .english {
font-family: "Noto Sans", sans-serif;
font-weight: 500;
}

.search .result .secondary .translit.punjabi, .punjabi.translation {
.search .result .secondary .punjabi {
font-family: "Open Anmol Uni Bold", sans-serif;
}

Expand All @@ -89,6 +89,7 @@

.search .result .secondary .translit.matched {
color: var(--controller-search-match-color);
font-weight: bolder;
}

.search .result .secondary .translation {
Expand Down

0 comments on commit d2cb63c

Please sign in to comment.