version dropdown fix

This commit is contained in:
deesiigneer
2022-08-16 00:12:04 +03:00
parent 63ee509067
commit 74a46277f8
2 changed files with 11 additions and 6 deletions

View File

@@ -1,13 +1,13 @@
/* Background of stable should be green */
#version_switcher a[data-version-name*="stable"] {
.version-switcher__container a[data-version-name*="stable"] {
position: relative;
}
#version_switcher a[data-version-name*="stable"] span {
.version-switcher__container a[data-version-name*="stable"] span {
color: var(--pst-color-success);
}
#version_switcher a[data-version-name*="stable"] span:before {
.version-switcher__container a[data-version-name*="stable"] span:before {
content: "";
width: 100%;
height: 100%;
@@ -16,4 +16,4 @@
top: 0;
background-color: var(--pst-color-success);
opacity: 0.1;
}
}