Highlight the current release name of deprecated badge

Readers may not know the "Queens" is a URL and can be click, Let's
highlight it with the unified theme.

Change-Id: Ib9fb0dd42983fe73a617fe2e4d3898a2d9c1c0aa
This commit is contained in:
chenxing 2018-08-27 18:21:29 +08:00
parent 8133a66ad2
commit 9584524683
1 changed files with 9 additions and 7 deletions

View File

@ -5,19 +5,16 @@
padding: 5px;
box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.46);
-webkit-font-smoothing: subpixel-antialiased;
color: #edf2f7 !important;
}
.deprecated-badge a, .deprecated-badge p {
text-decoration: none;
position: relative;
margin-top: 8px;
color: #edf2f7;
}
.deprecated-badge a:hover {
color: white;
text-decoration: none;
text-decoration: underline;
}
.deprecated-badge.fixed {
@ -67,12 +64,17 @@ a.deprecated-badge-right {
}
.deprecated-badge-development a, .deprecated-badge-development p {
color: #000000 !important;
}
.deprecated-badge-maintained a, .deprecated-badge-maintained p {
color: #000000 !important;
}
.deprecated-badge-current a, .deprecated-badge-current p {
color: #edf2f7 !important;
}
.deprecated-badge .container
{
@ -102,4 +104,4 @@ a.deprecated-badge-right {
.deprecated-badge .deprecated-badge-close-button{
left:97%;
}
}
}