Fix dash cell context menus
parent
290866760c
commit
93871b301b
|
@ -166,6 +166,7 @@ $dash-graph-options-arrow: 8px;
|
||||||
z-index: 11;
|
z-index: 11;
|
||||||
right: 0px;
|
right: 0px;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
> .btn {
|
> .btn {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
|
@ -197,6 +198,7 @@ $dash-graph-options-arrow: 8px;
|
||||||
display: block;
|
display: block;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
width: 90px;
|
width: 90px;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
transition-property: all;
|
transition-property: all;
|
||||||
|
@ -208,6 +210,8 @@ $dash-graph-options-arrow: 8px;
|
||||||
line-height: 28px;
|
line-height: 28px;
|
||||||
background-color: $g5-pepper;
|
background-color: $g5-pepper;
|
||||||
padding: 0 11px;
|
padding: 0 11px;
|
||||||
|
margin: 0;
|
||||||
|
text-align: left;
|
||||||
color: $g15-platinum;
|
color: $g15-platinum;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transition:
|
transition:
|
||||||
|
|
Loading…
Reference in New Issue