1 @import '~@proton/styles/scss/lib';
4 &:not(.pass-input-group--no-focus) {
7 border: 1px solid transparent;
12 transition: 0.15s ease;
17 textarea:focus-visible,
18 button[aria-expanded='false']:focus,
19 button[aria-expanded='true'],
20 [contenteditable='true']:focus
23 border-color: var(--interaction-norm);
27 &:has(input:placeholder-shown, textarea:placeholder-shown) {
30 color: var(--text-norm);
35 &:has(button[aria-expanded='false']:focus) button {
39 .field-two-container button:not(.select, .select-unstyled) svg {
43 // disable responsive font-sizing provided by core
44 // design system when going below <=small
45 .input-element:not(.pass-input--title),
47 font-size: em($base-font-size);