mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-04-18 15:22:16 +00:00
fix header btn shadow styling
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user