-
Notifications
You must be signed in to change notification settings - Fork 1.3k
fix blue color on export icon #8449
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
fix blue color on export icon #8449
Conversation
<Image baseTheme={this.state.baseTheme} class='image-button-image' image={ImageName.SaveAs} /> | ||
</ImageButton> | ||
<ImageButton baseTheme={this.state.baseTheme} onClick={this.stateController.export} disabled={!this.stateController.canExport()} className='save-button' tooltip={getLocString('DataScience.exportAsPythonFileTooltip', 'Save As Python File')}> | ||
<ImageButton baseTheme={this.state.baseTheme} onClick={this.stateController.export} disabled={!this.stateController.canExport()} className='native-button' tooltip={getLocString('DataScience.exportAsPythonFileTooltip', 'Save As Python 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's funny, I think this issue always existed, but was just exposed by some recent changes to the css ordering.
Codecov Report
@@ Coverage Diff @@
## master #8449 +/- ##
==========================================
- Coverage 59.46% 59.14% -0.33%
==========================================
Files 509 509
Lines 23390 23390
Branches 3779 3774 -5
==========================================
- Hits 13909 13834 -75
- Misses 8575 8650 +75
Partials 906 906
Continue to review full report at Codecov.
|
For #8424
package-lock.json
has been regenerated by runningnpm install
(if dependencies have changed)