@try-at-software/input-elements
Version:
A package providing different input elements that are extensible and easily configurable for your custom needs.
29 lines (24 loc) • 601 B
text/less
.ms-TextField-suffix {
padding: 0;
background: none;
}
button.q-clear-button i {
font-size: 12px;
color: rgb(96, 94, 92);
}
.q-clear-button {
padding: 0.16em 0.3em 0 0;
min-width: 1.2em;
border: none;
height: 1.8em;
margin: 0 auto;
}
.q-clear-button:hover {
background-color: white;
}
// This is required because we need to display the calendar icon
// in the date input elements right before any other icon on the right.
div[data-automationid='time-input'] i[data-icon-name='Calendar'] {
position: relative;
right: 0;
}