openreplay/frontend/app/components/Errors/Error/sessionBar.css
2021-05-01 15:12:01 +05:30

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;
}
}