Style SourceIndicator in LayoutCellHeader
Signed-off-by: Alex Paxton <thealexpaxton@gmail.com>pull/10616/head
parent
948fc75049
commit
33a3eea9ed
|
@ -184,7 +184,8 @@ $dash-graph-options-arrow: 8px;
|
|||
right: 0;
|
||||
display: flex;
|
||||
|
||||
> .custom-indicator {
|
||||
> .custom-indicator,
|
||||
> .source-indicator {
|
||||
font-size: 10px;
|
||||
line-height: 24px;
|
||||
padding: 0 7px;
|
||||
|
@ -195,6 +196,14 @@ $dash-graph-options-arrow: 8px;
|
|||
margin-right: 2px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
> .source-indicator {
|
||||
height: 24px;
|
||||
|
||||
> .icon {
|
||||
font-size: 12px;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
.dash-graph-context {
|
||||
z-index: 2;
|
||||
|
|
Loading…
Reference in New Issue