mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-02 07:12:56 -08:00
Fix: Sound Tab - Remove unnecessary code
This was the code for the container hover behavior.
This commit is contained in:
parent
bb6e9b5344
commit
801e94ba10
1 changed files with 1 additions and 13 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue