diff --git a/packages/deprecation-cop/styles/deprecation-cop.less b/packages/deprecation-cop/styles/deprecation-cop.less index d3f4e929e..7e223ba72 100644 --- a/packages/deprecation-cop/styles/deprecation-cop.less +++ b/packages/deprecation-cop/styles/deprecation-cop.less @@ -13,7 +13,7 @@ .deprecation-cop { overflow: auto; -webkit-flex: 1; - background-color: @app-background-color !important; + background-color: @app-background-color; .deprecation-overview { &:after { @@ -28,7 +28,7 @@ } .deprecation-info:hover { - background-color: @background-color-selected !important; + background-color: @background-color-selected; } .deprecation-detail.list-item {