mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 03:01:06 -03:30
Add opaque bg to tooltip and legend.
This commit is contained in:
@@ -23,7 +23,8 @@ const Wrapper = styled.div`
|
|||||||
top: -20px;
|
top: -20px;
|
||||||
left: 0;
|
left: 0;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
width: 190px;
|
width: 150px;
|
||||||
|
background-color: rgba(255, 255, 255, 0.85);
|
||||||
`;
|
`;
|
||||||
const Button = styled(PFButton)`
|
const Button = styled(PFButton)`
|
||||||
width: 20px;
|
width: 20px;
|
||||||
@@ -88,7 +89,7 @@ function Legend() {
|
|||||||
<DescriptionListGroup>
|
<DescriptionListGroup>
|
||||||
<DescriptionListTerm>
|
<DescriptionListTerm>
|
||||||
<Button variant="primary" isSmall>
|
<Button variant="primary" isSmall>
|
||||||
H
|
Hy
|
||||||
</Button>
|
</Button>
|
||||||
</DescriptionListTerm>
|
</DescriptionListTerm>
|
||||||
<DescriptionListDescription>Hybrid node</DescriptionListDescription>
|
<DescriptionListDescription>Hybrid node</DescriptionListDescription>
|
||||||
|
|||||||
@@ -24,6 +24,7 @@ const Wrapper = styled.div`
|
|||||||
right: 0;
|
right: 0;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
width: 20%;
|
width: 20%;
|
||||||
|
background-color: rgba(255, 255, 255, 0.85);
|
||||||
`;
|
`;
|
||||||
const Button = styled(PFButton)`
|
const Button = styled(PFButton)`
|
||||||
width: 20px;
|
width: 20px;
|
||||||
|
|||||||
Reference in New Issue
Block a user