update: replace chevron_right with svg

This commit is contained in:
keyboarddabbler
2025-01-02 16:54:23 +13:00
parent 646dae0b7b
commit 8eccecfceb

View File

@@ -1145,12 +1145,15 @@ div[data-role=controlgroup] a.ui-btn-active {
} }
.sectionTitleTextButton>.material-icons::before { .sectionTitleTextButton>.material-icons::before {
border: solid var(--borderWidth); display: none;
border-radius: var(--largeRadius); }
font-size: 1em;
line-height: unset; .sectionTitleTextButton>.material-icons.chevron_right {
font-weight: 600; margin-left: .5rem !important;
margin-inline-start: .5em; height: 1.5rem;
width: 1.5rem;
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23D1D5DB' aria-hidden='true'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12.75 15l3-3m0 0l-3-3m3 3h-7.5M21 12a9 9 0 11-18 0 9 9 0 0118 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
background-size: contain; /* Stops miscalculating the size on hover effect */
} }
.toast { .toast {