Remove tag style from globals

This moved to DropdownMenuItem as thats the only place it's currently used
This commit is contained in:
Justin Edmund 2023-06-23 19:15:47 -07:00
parent c9b598bd53
commit 19663c0f6d

View file

@ -256,16 +256,6 @@ select {
}
}
.MenuItem i.tag {
background: var(--tag-bg);
color: var(--tag-text);
border-radius: calc($unit / 2);
font-size: 10px;
font-weight: $bold;
padding: 4px 6px;
text-transform: uppercase;
}
.ServerUnavailableWrapper {
display: flex;
align-items: center;