mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 08:30:02 +03:00
Fix warning
This commit is contained in:
parent
69c73ba807
commit
900e9720b0
|
@ -9,13 +9,13 @@ export const selectorButtonCss: Interpolation<Theme> = (theme) => ({
|
||||||
borderWidth: '1px',
|
borderWidth: '1px',
|
||||||
borderLeftWidth: 0,
|
borderLeftWidth: 0,
|
||||||
|
|
||||||
'&:first-child': {
|
'&:first-of-type': {
|
||||||
borderLeftWidth: '1px',
|
borderLeftWidth: '1px',
|
||||||
borderTopLeftRadius: '3px',
|
borderTopLeftRadius: '3px',
|
||||||
borderBottomLeftRadius: '3px',
|
borderBottomLeftRadius: '3px',
|
||||||
},
|
},
|
||||||
|
|
||||||
'&:last-child': {
|
'&:last-of-type': {
|
||||||
borderTopRightRadius: '3px',
|
borderTopRightRadius: '3px',
|
||||||
borderBottomRightRadius: '3px',
|
borderBottomRightRadius: '3px',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user