openreplay/frontend/app/components/Alerts/alertItem.css
2021-05-01 15:12:01 +05:30

9 lines
121 B
CSS

.wrapper {
&:hover {
background-color: $active-blue;
}
&.active {
background-color: $active-blue;
}
}