mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-15 12:43:54 +02:00
11 lines
196 B
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);
|
|
}
|