Skip to content

Commit 3e99593

Browse files
author
Daniel Jacinto
authored
border adjusted and background color fixed. (#8985)
1 parent ed51452 commit 3e99593

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

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

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Bootstrap/less/theme/common-supported-frameworks.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@badge-dark: #0078d4;
2-
@badge-dark-opaque: rgba(0, 183, 195, 0.1);
2+
@badge-dark-opaque: rgba(0, 120, 212, 0.1);
33
@table-product-width: 232px;
44

55
.framework {
@@ -18,6 +18,7 @@
1818
border-radius: 2px;
1919
justify-content: center;
2020
display: inline-block;
21+
border: 1px solid @badge-dark;
2122
}
2223

2324
.framework-badge:not(:last-child) {
@@ -32,7 +33,6 @@
3233

3334
.framework-badge-computed {
3435
.framework-badge;
35-
border: 1px solid @badge-dark;
3636
background: @badge-dark-opaque
3737
}
3838

src/NuGetGallery/Views/Packages/_SupportedFrameworksTable.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<span class="frameworktableinfo-text">Compatible target framework(s)</span>
4141
</div>
4242
<div>
43-
<i class="ms-Icon ms-Icon--SquareShape frameworktableinfo-computed-icon"></i>
43+
<i class="ms-Icon ms-Icon--SquareShape frameworktableinfo-computed-icon framework-badge-computed"></i>
4444
<span class="frameworktableinfo-text">Additional computed target framework(s)</span>
4545
</div>
4646
<span class="frameworktableinfo-text"><i>Learn more about <a href='https://docs.microsoft.com/dotnet/standard/frameworks' aria-label="Learn more about Target Frameworks">Target Frameworks</a> and <a href='https://docs.microsoft.com/dotnet/standard/net-standard' aria-label="Learn more about .NET Standard">.NET Standard</a>.</i></span>

0 commit comments

Comments
 (0)