openreplay/frontend/app/components/Errors/Error/sessionBar.module.css
Shekar Siri 2ed5cac986
Webpack upgrade and dependency cleanup (#523)
* change(ui) - webpack update
* change(ui) - api optimize and other fixes
2022-06-03 16:47:38 +02:00

10 lines
No EOL
196 B
CSS

.wrapper {
color: $gray-medium;
&:hover {
background-color: $active-blue !important;
color: $gray-medium !important;
}
& > div {
background-color: transparent !important;
}
}