mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 08:30:02 +03:00
Fix styling
This commit is contained in:
parent
6f1a4b7c38
commit
c011aff63c
|
@ -86,23 +86,6 @@ const getSheetFromColorMap = (map: ColorMap) => ({
|
||||||
|
|
||||||
actionListRows: {
|
actionListRows: {
|
||||||
overflow: 'auto',
|
overflow: 'auto',
|
||||||
|
|
||||||
'& div.gu-transit': {
|
|
||||||
opacity: '0.3',
|
|
||||||
},
|
|
||||||
|
|
||||||
'& div.gu-mirror': {
|
|
||||||
position: 'fixed',
|
|
||||||
opacity: '0.8',
|
|
||||||
height: 'auto !important',
|
|
||||||
'border-width': '1px',
|
|
||||||
'border-style': 'solid',
|
|
||||||
'border-color': map.LIST_BORDER_COLOR,
|
|
||||||
},
|
|
||||||
|
|
||||||
'& div.gu-hide': {
|
|
||||||
display: 'none',
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
|
|
||||||
actionListHeaderSelector: {
|
actionListHeaderSelector: {
|
||||||
|
@ -126,10 +109,6 @@ const getSheetFromColorMap = (map: ColorMap) => ({
|
||||||
cursor: 'pointer',
|
cursor: 'pointer',
|
||||||
'user-select': 'none',
|
'user-select': 'none',
|
||||||
|
|
||||||
'&:last-child': {
|
|
||||||
'border-bottom-width': 0,
|
|
||||||
},
|
|
||||||
|
|
||||||
'border-bottom-color': map.BORDER_COLOR,
|
'border-bottom-color': map.BORDER_COLOR,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user