fix header btn shadow styling
This commit is contained in:
parent
b2fc6415da
commit
87097e9cd4
2 changed files with 6 additions and 4 deletions
|
@ -112,7 +112,7 @@ header > div:not(:hover) .icon-button:not(.selected) {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
header > div:hover::before {
|
#theme-wrapper:hover::before {
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
background: currentColor;
|
background: currentColor;
|
||||||
opacity: 0.1;
|
opacity: 0.1;
|
||||||
|
@ -204,7 +204,8 @@ body {
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a,
|
||||||
|
.icon-button {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
|
@ -113,7 +113,7 @@ header > div:not(:hover) .icon-button:not(.selected) {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
header > div:hover::before {
|
#theme-wrapper:hover::before {
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
background: currentColor;
|
background: currentColor;
|
||||||
opacity: 0.1;
|
opacity: 0.1;
|
||||||
|
@ -205,7 +205,8 @@ body {
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a,
|
||||||
|
.icon-button {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
Loading…
Reference in a new issue