mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
Update custom.sass, fix tooltip bug
This commit is contained in:
parent
7631aa0271
commit
5ef872ef96
1 changed files with 2 additions and 2 deletions
4
resources/assets/sass/custom.scss
vendored
4
resources/assets/sass/custom.scss
vendored
|
@ -543,12 +543,12 @@ details summary::-webkit-details-marker {
|
|||
padding: 3px 8px;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
background-color: #dc3545;
|
||||
/*background-color: #dc3545;*/
|
||||
border-radius: .25rem;
|
||||
}
|
||||
|
||||
.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 {
|
||||
|
|
Loading…
Reference in a new issue