Update deprecation-cop.less

Delete !important from hover
This commit is contained in:
Ryan Pisuena
2018-10-26 15:52:04 -07:00
committed by GitHub
parent af4f144237
commit 770b23d6f7

View File

@@ -28,7 +28,7 @@
}
.deprecation-info:hover {
background-color: @background-color-selected !important;
background-color: @background-color-selected;
}
.deprecation-detail.list-item {