-
Notifications
You must be signed in to change notification settings - Fork 862
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
chore: address sass deprecation warnings #9167
base: ux-integration
Are you sure you want to change the base?
Conversation
What would this do? |
@@ -60,17 +62,14 @@ $base-bg: $ui-white; | |||
} | |||
} | |||
|
|||
background-color: $ui-white; |
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 was this deleted? It wasn't used?
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.
It is moved to line 10
@@ -572,6 +573,9 @@ a, a:link, a:visited, a:active{ | |||
} | |||
|
|||
.reach-section { | |||
background-color: $annual-report-aqua; |
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.
No colors.
here? Is it defined in file ?
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.
It is defined in the current file.
@@ -1478,8 +1480,8 @@ img.comment-viz{ | |||
.bubble{ | |||
margin: -25px 0 40px; | |||
} | |||
justify-content: space-between; | |||
@media #{$medium-and-smaller}{ | |||
|
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.
justify-content?
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.
It is moved to line 1486
Resolves:
legacy-js-api
deprecation warnings