2022-10-19 03:12:12 +00:00
|
|
|
[class*="role-"] {
|
2022-10-19 03:32:11 +00:00
|
|
|
position: relative;
|
|
|
|
border-radius: 5%;
|
|
|
|
}
|
2022-10-19 03:12:12 +00:00
|
|
|
|
2022-10-19 03:32:11 +00:00
|
|
|
[class^="role-"],
|
|
|
|
[note="FIX ME WHEN WE HAVE :has()"] {
|
|
|
|
padding-left: 16px;
|
|
|
|
}
|
2022-10-19 03:12:12 +00:00
|
|
|
|
2022-10-19 03:32:11 +00:00
|
|
|
[class^="roleRemoveButton-"] [class^="roleCircle-"] {
|
|
|
|
margin: 0 !important;
|
|
|
|
border-radius: 5% !important;
|
|
|
|
width: 100%;
|
|
|
|
height: 22px;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
opacity: 0.25;
|
|
|
|
position: absolute;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
2022-10-19 03:12:12 +00:00
|
|
|
|
2022-10-19 03:32:11 +00:00
|
|
|
[class^="roleRemoveButton-"] {
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 22px;
|
|
|
|
overflow-x: clip;
|
|
|
|
overflow-y: visible;
|
|
|
|
}
|
2022-10-19 03:12:12 +00:00
|
|
|
|
2022-10-19 03:32:11 +00:00
|
|
|
[class^="roleName-"] {
|
|
|
|
z-index: 2;
|
|
|
|
}
|
2022-10-19 03:12:12 +00:00
|
|
|
|
2022-10-19 03:32:11 +00:00
|
|
|
[class^="roleRemoveIcon-"] {
|
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
left: 8px;
|
|
|
|
z-index: 4;
|
|
|
|
}
|
2022-10-19 03:12:12 +00:00
|
|
|
|
2022-10-19 03:32:11 +00:00
|
|
|
[class^="roleRemoveIcon-"] > path {
|
|
|
|
fill: #ffffff;
|
|
|
|
filter: brightness(1);
|
|
|
|
}
|
2022-10-19 03:12:12 +00:00
|
|
|
|
2022-10-19 03:32:11 +00:00
|
|
|
[class^="roleRemoveButton-"] [class*="roleDot-"] {
|
|
|
|
width: 1em !important;
|
|
|
|
height: 1em !important;
|
|
|
|
margin-top: 0.25em;
|
|
|
|
}
|