Skip to content

Commit

Permalink
badge: fix background-color for IE matcornic#410
Browse files Browse the repository at this point in the history
  • Loading branch information
McShelby committed Dec 4, 2022
1 parent a685455 commit 3d60e1d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
5 changes: 0 additions & 5 deletions static/css/ie.css
Original file line number Diff line number Diff line change
Expand Up @@ -508,11 +508,6 @@
border-color: rgba( 16, 16, 16, 1 ); /* var(--BOX-TEXT-color) */
}

.badge > .badge-title {
background-color: rgba( 16, 16, 16, 1 ); /* var(--BOX-TEXT-color) */
color: rgba( 255, 255, 255, .833 ); /* var(--BOX-BG-color) */
}

.badge > .badge-content {
background-color: rgba( 128, 128, 128, 1 ); /* var(--INTERNAL-BOX-NEUTRAL-color) */
color: rgba( 255, 255, 255, 1 ); /* var(--BOX-CAPTION-color) */
Expand Down
2 changes: 2 additions & 0 deletions static/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1651,9 +1651,11 @@ input[type="search"]::-webkit-search-results-decoration { display: none; }
}

.badge > .badge-title {
background-color: rgba( 16, 16, 16, 1 );
border-inline-end: 0;
border-start-end-radius: 0;
border-end-end-radius: 0;
color: rgba( 240, 240, 240, 1 );
filter: contrast(2);
opacity: .75;
}
Expand Down
5 changes: 0 additions & 5 deletions static/css/variant.css
Original file line number Diff line number Diff line change
Expand Up @@ -430,11 +430,6 @@ pre .copy-to-clipboard-button:hover {
border-color: var(--VARIABLE-BOX-TEXT-color);
}

.badge > .badge-title {
background-color: rgba( 16, 16, 16, 1 );
color: rgba( 240, 240, 240, 1 );
}

.badge > .badge-content {
background-color: var(--VARIABLE-BOX-color);
color: var(--VARIABLE-BOX-CAPTION-color);
Expand Down

0 comments on commit 3d60e1d

Please sign in to comment.