-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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
feat: update sql toolbar styling #12164
feat: update sql toolbar styling #12164
Conversation
Codecov Report
@@ Coverage Diff @@
## feat-sql-toolbar #12164 +/- ##
====================================================
- Coverage 64.13% 63.27% -0.87%
====================================================
Files 484 971 +487
Lines 31888 48118 +16230
Branches 0 4794 +4794
====================================================
+ Hits 20451 30446 +9995
- Misses 11437 17479 +6042
- Partials 0 193 +193
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
f162e54
to
a36940c
Compare
a36940c
to
6cb010e
Compare
@@ -20,7 +20,7 @@ import React from 'react'; | |||
import { styled } from '@superset-ui/core'; | |||
// eslint-disable-next-line no-restricted-imports | |||
import { Menu as AntdMenu, Dropdown, Skeleton } from 'antd'; | |||
import { DropDownProps } from 'antd/lib/dropdown'; | |||
import { DropDownProps as AnddDropdownProps } from 'antd/lib/dropdown'; |
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.
import { DropDownProps as AnddDropdownProps } from 'antd/lib/dropdown'; | |
import { DropDownProps as AntdDropdownProps } from 'antd/lib/dropdown'; |
<> | ||
<i | ||
className="fa fa-stop" | ||
style={{ display: 'inline-block', marginRight: '10px' }} |
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.
can we set this as var above the build text vs inline
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.
ah, thanks. I meant to come back to that.
restarting cypress |
* save quite * working func for ctas and cvas * fixing errors * fix type errors * fix things * fix * styling for toolbar * adjust styling Co-authored-by: hughhhh <hughmil3s@gmail.com>
SUMMARY
Styling of the toolbar according to designs
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
NEW:
TEST PLAN
visual testing only (other test should still pass)
ADDITIONAL INFORMATION