Fixed normal tabs appear on pinned tab container

This commit is contained in:
mr. m
2025-02-11 13:26:50 +01:00
parent f2460549e0
commit 7cf0e05f70
3 changed files with 62 additions and 7 deletions

View File

@@ -392,7 +392,7 @@ button.popup-notification-dropmarker {
the backdrop woudn't work, we would need to apply a clip-path to the site and that's not recommended
due to performance issues */
background-color: light-dark(hsl(0, 0%, 100%), hsl(0, 0%, 14%)) !important;
outline: 1px solid rgba(0,0,0,.3) !important;
outline: 1px solid rgba(0, 0, 0, 0.3) !important;
}
}