-
Notifications
You must be signed in to change notification settings - Fork 4k
Fix: Expensify help website color code and caret icons are not updated #17491
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
puneetlath
merged 14 commits into
Expensify:main
from
dukenv0307:fix/17238-website-color-code-and-caret-icons-are-not-updated
Apr 24, 2023
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
b4f9f21
expensify help website color code and caret icons are not updated
dukenv0307 c839e16
edit LHN background color
dukenv0307 5f732bd
fix weird linking compared to other linking in default.html
dukenv0307 c84e61e
refactor css cleanner
dukenv0307 82f03d7
format code
dukenv0307 ae65bed
Update Gemfile.lock
dukenv0307 d757dd4
update the color name for help dot
dukenv0307 4d1338b
Merge branch 'fix/17238-website-color-code-and-caret-icons-are-not-up…
dukenv0307 7103324
remove colors are not used
dukenv0307 c80cfe9
edit name of color
dukenv0307 fe370eb
Update _colors.scss
dukenv0307 d1bac74
Update _colors.scss
dukenv0307 939d3a1
add color light gray green
dukenv0307 deacd0b
fix both icon display in mWeb
dukenv0307 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,17 +1,9 @@ | ||
| $color-dark: #0B1B34; | ||
| $color-gray1: #FAFAFA; | ||
| $color-gray2: #ECECEC; | ||
| $color-gray3: #C6C9CA; | ||
| $color-green: #07d973; | ||
| $color-pink: #F68DFE; | ||
| $color-white: #FFFFFF; | ||
|
|
||
| $color-light-grey-green: #C9D3C5; | ||
| $color-gray-green: #8B9C8F; | ||
| $color-dark-green: #1B5744; | ||
| $color-darker-green: #002E22; | ||
| $color-super-dark-green: #061B09; | ||
| $color-light-blue: #8DC8FF; | ||
|
|
||
| $color-link: #5AB0FF; | ||
| $color-link-hovered: #B0D9FF; | ||
| $color-green400: #03D47C; | ||
| $color-green-icons: #8B9C8F; | ||
| $color-green-borders: #1A3D32; | ||
| $color-green-highlightBG: #07271F; | ||
| $color-green-appBG: #061B09; | ||
| $color-light-gray-green: #AFBBB0; | ||
| $color-blue300: #5AB0FF; | ||
| $color-blue200: #B0D9FF; | ||
| $color-white: #E7ECE9; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are we getting rid of the link color here? I would think this would just be
$color-link