Update _dropdowns.scss

This commit is contained in:
Jan Faracik 2025-03-20 10:26:32 +00:00
parent e9eee3c0a4
commit 7f5f814aa5
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ $dropdown-padding: 0.375rem;
bottom: 0;
background: var(--text-color-secondary);
width: 1rem;
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Ctitle%3EChevron Forward%3C/title%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='40' d='M184 112l144 144-144 144'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Ctitle%3EChevron Forward%3C/title%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='48' d='M184 112l144 144-144 144'/%3E%3C/svg%3E");
mask-size: contain;
mask-repeat: no-repeat;
mask-position: center;