}
}
.setting-list-label {
+ @include lightDark(color, #222, #DDD);
color: #222;
font-size: 1rem;
}
border:none !important;
overflow: hidden !important;
clip: rect(0,0,0,0) !important;
- white-space: nowrap !important;
+ white-space: nowrap !important;
}
.title-input input[type="text"] {
padding: 0;
cursor: pointer;
position: absolute;
- left: 8px;
- top: 9px;
- @include rtl {
- right: 8px;
- left: auto;
- }
+ inset-inline-start: 8px;
+ top: 10px;
}
input {
display: block;
width: auto;
max-width: 120px;
height: auto;
-}
\ No newline at end of file
+}