@media not (-moz-bool-pref: "zen.view.sidebar-expanded") { .tabbrowser-tab:is([soundplaying], [muted], [activemedia-blocked]) { & .tab-background::after { content:''; position: absolute; width: 3px !important; border-radius: 3px !important; height: 100% !important; top: 50%; left: calc(100% - 2px) !important; transform: translateY(-50%); background-color: var(--zen-primary-color) !important; } &:not([selected='true']) .tab-background::after{ height: 50% !important; } &:not([selected='true']):hover .tab-background::after{ height: 100% !important; } } }