Explorar el Código

fix(participants-list): Avoid ui moving on input focus

master
Vlad Piersec hace 4 años
padre
commit
0188086dde

+ 1
- 1
react/features/participants-pane/components/web/ClearableInput.js Ver fichero

@@ -72,7 +72,7 @@ const useStyles = makeStyles(theme => {
72 72
             padding: '10px 16px',
73 73
 
74 74
             '&.focused': {
75
-                border: `3px solid ${theme.palette.field01Focus}`
75
+                outline: `3px solid ${theme.palette.field01Focus}`
76 76
             }
77 77
         },
78 78
         clearButton: {

Loading…
Cancelar
Guardar