mirror of
https://github.com/apache/superset.git
synced 2026-04-23 01:55:09 +00:00
fix: warning of nth-child (#23638)
This commit is contained in:
@@ -44,7 +44,7 @@ const SaveDatasetActionButton = ({
|
||||
font-weight: ${theme.gridUnit * 150};
|
||||
background-color: ${theme.colors.primary.light4};
|
||||
color: ${theme.colors.primary.dark1};
|
||||
&:nth-child(2) {
|
||||
&:nth-of-type(2) {
|
||||
&:before,
|
||||
&:hover:before {
|
||||
border-left: 2px solid ${theme.colors.primary.dark2};
|
||||
|
||||
Reference in New Issue
Block a user