Merge pull request #18266 from RyanPisuena/master

Update deprecation-cop.less
This commit is contained in:
simurai 2018-11-01 13:14:04 +09:00 committed by GitHub
commit 110c28f953
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {