Skip to content

Commit 735fef7

Browse files
author
Scott Bommarito
authored
Merge pull request #7112 from NuGet/dev-pkgdeprecation
Merge package deprecation feature branch into dev
2 parents e592344 + 949b80b commit 735fef7

63 files changed

Lines changed: 714 additions & 3139 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/Bootstrap/dist/css/bootstrap-theme.css

Lines changed: 1 addition & 89 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 20 additions & 114 deletions
Original file line numberDiff line numberDiff line change
@@ -1,120 +1,26 @@
11
.page-manage-deprecation {
2-
.full-line {
3-
display: block;
4-
width: 100%;
5-
}
6-
7-
.deprecation-section {
8-
margin-top: 40px;
9-
10-
.deprecation-section-header {
11-
margin-bottom: 15px;
12-
}
13-
14-
.unbolded-label {
15-
label {
16-
font-weight: normal;
17-
}
18-
}
19-
20-
.deprecation-subsection {
21-
margin: 25px;
22-
23-
.security-detail {
24-
padding: 10px;
25-
26-
.security-detail-input-label {
27-
display: block;
28-
margin-bottom: 0px;
29-
font-weight: normal;
30-
}
31-
32-
.security-detail-input {
33-
margin-top: 10px;
34-
35-
.cvss-input {
36-
display: inline-block;
37-
width: 65px;
38-
margin-right: 15px;
39-
}
40-
41-
.cvss-bold {
42-
font-weight: bold;
43-
}
44-
}
45-
46-
.security-detail-list-item {
47-
padding: 10px;
48-
49-
span {
50-
text-decoration: none;
51-
color: black;
52-
}
53-
54-
.security-detail-list-item-existing {
55-
color: @state-info-text;
56-
}
2+
.full-line {
3+
display: block;
4+
width: 100%;
5+
}
576

58-
.security-detail-list-item-missing {
59-
color: @state-danger-text;
60-
}
7+
.deprecation-section {
8+
margin-top: 40px;
619

62-
.security-detail-list-item-header {
63-
display: flex;
64-
justify-content: space-between;
65-
}
66-
67-
.security-detail-list-item-description {
68-
margin-top: 5px;
69-
}
70-
}
71-
72-
.security-detail-list-input {
73-
display: flex;
74-
justify-content: space-between;
75-
76-
.security-detail-list-autocomplete {
77-
width: 100%;
78-
position: relative;
79-
display: block;
80-
81-
.security-detail-list-autocomplete-content {
82-
position: absolute;
83-
z-index: 1;
84-
width: 100%;
85-
border-top: 0px;
86-
87-
.security-detail-list-item {
88-
overflow: hidden;
89-
text-overflow: ellipsis;
90-
white-space: nowrap;
91-
92-
&:focus, & > :focus, &:hover {
93-
background-color: @alert-info-bg;
94-
}
95-
}
96-
}
97-
}
98-
99-
button {
100-
margin-left: 15px;
101-
}
102-
}
10+
.deprecation-section-header {
11+
margin-bottom: 15px;
12+
}
10313

104-
.security-detail-list {
105-
margin-top: 10px;
14+
.unbolded-label {
15+
label {
16+
font-weight: normal;
17+
}
18+
}
10619

107-
.security-detail-list-item {
108-
margin-top: 10px;
109-
}
110-
}
111-
}
112-
113-
.alternate-package-container {
114-
@media (max-width: @screen-sm-min) {
115-
margin-top: 40px;
116-
}
117-
}
118-
}
20+
.alternate-package-container {
21+
@media (max-width: @screen-sm-min) {
22+
margin-top: 40px;
23+
}
11924
}
120-
}
25+
}
26+
}

src/NuGet.Services.Entities/Cve.cs

Lines changed: 0 additions & 85 deletions
This file was deleted.

0 commit comments

Comments
 (0)