alter chevron icon in custom select
Some checks are pending
Build and Push Docker Image / build (push) Waiting to run

This commit is contained in:
Corban-Lee Jones 2024-10-29 16:50:21 +00:00
parent 8079cc4b42
commit f2f8aeb989

View File

@ -76,24 +76,25 @@
.corbz-select-selected {
height: 100%;
width: 100%;
max-width: 100%;
text-wrap: nowrap;
overflow: hidden;
text-overflow: ellipsis;
height: 100%;
padding: 0.375rem 0.75rem;
padding-right: calc(1.5em + 0.75rem);
cursor: pointer;
// Arrow icon
&::after {
content: "\f282";
font-family: "bootstrap-icons";
font-weight: normal;
font-size: 1rem;
font-size: 0.7rem;
position: absolute;
right: calc(0.375em + 0.1875rem);
right: 0.9rem;
top: 50%;
transform: translateY(-50%);
pointer-events: none;