mirror of
https://github.com/atom/atom.git
synced 2026-01-25 14:59:03 -05:00
Merge pull request #18266 from RyanPisuena/master
Update deprecation-cop.less
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user