bootstrap chevron icon for custom selects
Some checks failed
Build and Push Docker Image / build (push) Failing after 6m57s
Some checks failed
Build and Push Docker Image / build (push) Failing after 6m57s
This commit is contained in:
parent
5da1012718
commit
032e5cd806
@ -71,8 +71,23 @@
|
|||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
padding: 0.375rem 0.75rem;
|
padding: 0.375rem 0.75rem;
|
||||||
|
padding-right: calc(1.5em + 0.75rem);
|
||||||
cursor: pointer;
|
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 {
|
.corbz-select-dropdown {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user