-
Notifications
You must be signed in to change notification settings - Fork 210
[PROD] - Fixes #7122
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
[PROD] - Fixes #7122
Changes from all commits
44c20cf
8e25fa2
b965353
6905806
6d516c3
94e3773
10dcb18
d06a8cf
7a480cd
807c814
c70c659
11ba656
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -183,6 +183,10 @@ | |
| .datasci-accent-color { | ||
| color: $tc-orange; | ||
| } | ||
|
|
||
| .data-science-accent-color { | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [ |
||
| color: $tc-orange; | ||
| } | ||
| } | ||
|
|
||
| @mixin design-accent-btm-border { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -56,6 +56,10 @@ | |
| .datasci-accent-color { | ||
| color: $tc-orange; | ||
| } | ||
|
|
||
| .data-science-accent-color { | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [ |
||
| color: $tc-orange; | ||
| } | ||
| } | ||
|
|
||
| @mixin design-accent-btm-border { | ||
|
|
||
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.
[❗❗
security]Using
location.hrefdirectly can lead to security issues, such as open redirects, if not handled carefully. Consider using a safer method to construct URLs or validate the URL before use.