theme-store/themes/d8b79d4a-6cba-4495-9ff6-d6d30b0e94fe/chrome.css

11 lines
196 B
CSS

.tab-background {
position: relative;
}
.tab-background[selected=""]::after {
content: "";
position: absolute;
width: 3px;
height: 100%;
background-color: var(--zen-primary-color);
}