mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-26 01:36:43 +00:00
Merge pull request #1238 from pixelfed/trwnh-invisible-arrows
Add drop-shadow to next/prev arrows
This commit is contained in:
commit
8aa27b8864
1 changed files with 4 additions and 0 deletions
4
resources/assets/sass/custom.scss
vendored
4
resources/assets/sass/custom.scss
vendored
|
@ -548,3 +548,7 @@ details summary::-webkit-details-marker {
|
||||||
.tooltip-notification .tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
|
.tooltip-notification .tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
|
||||||
border-top-color: #dc3545;
|
border-top-color: #dc3545;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.carousel-control-prev-icon, .carousel-control-next-icon {
|
||||||
|
filter: drop-shadow(0px 0px 1px black);
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue