Last active
August 9, 2024 12:30
-
-
Save kubadlo/029134c942581cbc1b9feb77ce276b25 to your computer and use it in GitHub Desktop.
Simple CSS hack to make shadow under active tabs less intrusive in Firefox
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .tab-background:is([selected], [multiselected]) { | |
| box-shadow: 0 5px 15px -15px rgba(0, 0, 0, 0.75) !important; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment