You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//need this for icons to render them vertically centered
192
-
...(renderIcon
193
-
? {
194
-
display: 'flex',
195
-
alignItems: 'center'
196
-
}
197
-
: {}),
198
196
// NOTE: the input styles exist to accommodate the InPlaceEdit component
199
197
// NOTE: needs separate groups for `:is()` and `:-webkit-any()` because of css selector group validation (see https://www.w3.org/TR/selectors-3/#grouping)
0 commit comments