mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-24 16:58:47 +01:00
Style carousel dots to look the same too
This commit is contained in:
parent
51eaf4f1f2
commit
8cbed0911e
1 changed files with 2 additions and 7 deletions
|
@ -646,12 +646,7 @@ button.carousel-dot {
|
||||||
}
|
}
|
||||||
.carousel-dots {
|
.carousel-dots {
|
||||||
border-radius: 999px;
|
border-radius: 999px;
|
||||||
backdrop-filter: blur(12px) invert(0.25) brightness(1.5);
|
backdrop-filter: blur(12px) invert(0.25);
|
||||||
}
|
|
||||||
@media (prefers-color-scheme: dark) {
|
|
||||||
.carousel-dots {
|
|
||||||
backdrop-filter: blur(12px) brightness(0.5);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
button.carousel-dot {
|
button.carousel-dot {
|
||||||
color: var(--text-insignificant-color) !important;
|
color: var(--text-insignificant-color) !important;
|
||||||
|
@ -662,7 +657,7 @@ button.carousel-dot[disabled] {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
button.carousel-dot:is(:hover, :focus, .active, [disabled].active) {
|
button.carousel-dot:is(:hover, :focus, .active, [disabled].active) {
|
||||||
color: var(--link-color) !important;
|
color: var(--button-text-color) !important;
|
||||||
}
|
}
|
||||||
button.carousel-dot:is(.active, [disabled].active) {
|
button.carousel-dot:is(.active, [disabled].active) {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
|
Loading…
Reference in a new issue