mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
Update custom sass
This commit is contained in:
parent
3aaad81e5d
commit
767fc887ee
1 changed files with 7 additions and 0 deletions
7
resources/assets/sass/custom.scss
vendored
7
resources/assets/sass/custom.scss
vendored
|
@ -559,3 +559,10 @@ details summary::-webkit-details-marker {
|
||||||
.carousel-control-prev-icon, .carousel-control-next-icon {
|
.carousel-control-prev-icon, .carousel-control-next-icon {
|
||||||
filter: drop-shadow(0px 0px 1px black);
|
filter: drop-shadow(0px 0px 1px black);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.VueCarousel:focus,
|
||||||
|
.VueCarousel-navigation-button:focus,
|
||||||
|
.VueCarousel-dot:focus,
|
||||||
|
.VueCarousel-dot--active:focus {
|
||||||
|
outline: 0px !important;
|
||||||
|
}
|
Loading…
Reference in a new issue