bootstrap chevron icon for custom selects
Some checks failed
Build and Push Docker Image / build (push) Failing after 6m57s

This commit is contained in:
Corban-Lee Jones 2024-10-27 00:30:36 +01:00
parent 5da1012718
commit 032e5cd806

View File

@ -71,8 +71,23 @@
text-overflow: ellipsis;
height: 100%;
padding: 0.375rem 0.75rem;
padding-right: calc(1.5em + 0.75rem);
cursor: pointer;
&::after {
content: "\f282";
font-family: "bootstrap-icons";
font-weight: normal;
font-size: 1rem;
position: absolute;
right: calc(0.375em + 0.1875rem);
top: 50%;
transform: translateY(-50%);
pointer-events: none;
}
}
.corbz-select-dropdown {