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:
@@ -5,19 +5,16 @@
|
|||||||
padding: 5px;
|
padding: 5px;
|
||||||
box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.46);
|
box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.46);
|
||||||
-webkit-font-smoothing: subpixel-antialiased;
|
-webkit-font-smoothing: subpixel-antialiased;
|
||||||
color: #edf2f7 !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.deprecated-badge a, .deprecated-badge p {
|
.deprecated-badge a, .deprecated-badge p {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
color: #edf2f7;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.deprecated-badge a:hover {
|
.deprecated-badge a:hover {
|
||||||
color: white;
|
text-decoration: underline;
|
||||||
text-decoration: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.deprecated-badge.fixed {
|
.deprecated-badge.fixed {
|
||||||
@@ -67,12 +64,17 @@ a.deprecated-badge-right {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.deprecated-badge-development a, .deprecated-badge-development p {
|
.deprecated-badge-development a, .deprecated-badge-development p {
|
||||||
color: #000000 !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.deprecated-badge-maintained a, .deprecated-badge-maintained p {
|
.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
|
.deprecated-badge .container
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user