### What? Updates test suite multi-tenant config as a better example. ### Why? So it is easier to follow and write logical tests for in the future.
15 lines
324 B
CSS
15 lines
324 B
CSS
#tenant-icon {
|
|
border-radius: 100%;
|
|
height: 18px;
|
|
width: 18px;
|
|
background-color: var(--theme-error-300);
|
|
}
|
|
|
|
[data-selected-tenant-title="Blue Dog"] #tenant-icon {
|
|
background-color: var(--theme-success-300);
|
|
}
|
|
|
|
[data-selected-tenant-title="Steel Cat"] #tenant-icon {
|
|
background-color: var(--theme-warning-300);
|
|
}
|