github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/webapp/javascript/ui/Notifications.module.scss (about) 1 .notificationsComponent { 2 // Overwrites react-notification-component 3 // TODO: Ideally we would create a custom component 4 // (https://github.com/teodosii/react-notifications-component/blob/a4a452d4994930861c21768c5d54352aafc80a2c/README.md?plain=1#L340-L344) 5 // but this should do for now 6 [class~='notification__close']::after { 7 font-size: 48px; 8 cursor: pointer; 9 } 10 11 [class~='notification__item'] { 12 // Since the only way to close the notification is via the close button 13 cursor: auto !important; 14 } 15 }