Fix: Sound Tab - Remove unnecessary code

This was the code for the container hover behavior.
This commit is contained in:
BlaCk_Void 2021-09-08 08:18:22 +09:00
parent bb6e9b5344
commit 801e94ba10

View file

@ -1344,19 +1344,7 @@
top: 0 !important;
inset-inline-end: 0 !important;
margin-inline-end: 5.5px !important;
padding: 2px 0 !important;
}
.tabbrowser-tab:not([image], [busy])
.tab-icon-overlay:not([pinned], [sharing], [crashed]):is([soundplaying], [muted], [activemedia-blocked]) {
box-sizing: content-box;
padding: 3px 0;
border-radius: 0 !important;
}
.tabbrowser-tab:not([image])
.tab-icon-overlay:not([pinned], [sharing], [crashed]):is([soundplaying], [muted], [activemedia-blocked]):hover {
padding: 0;
border-radius: 10px !important;
padding: 0 !important;
}
/* Busy - Show */