Created
January 18, 2025 02:03
-
-
Save Dobby233Liu/a1cfc5d7517765cdee2dc1aaffab416f to your computer and use it in GitHub Desktop.
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
/* ==UserStyle== | |
@name insights-ui.soundcloud.com | |
@namespace github.com/openstyles/stylus | |
@version 1.0.0 | |
@description A new userstyle | |
@author Me | |
==/UserStyle== */ | |
@-moz-document domain("insights-ui.soundcloud.com") { | |
.DataList_ListItem__aVXcC.DataList_Blur__rlRSs, | |
.List_ListItem__ntXz6.List_Blur__420iZ { | |
pointer-events: unset; | |
} | |
.DataList_ListItem__aVXcC.DataList_Blur__rlRSs:hover, | |
.List_ListItem__ntXz6.List_Blur__420iZ:hover { | |
background: var(--datalist-hover-background); | |
} | |
.DataList_Blur__rlRSs::after, .DataList_Blur__rlRSs::before, | |
.List_Blur__420iZ::after, .List_Blur__420iZ::before { | |
display: none; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment