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