Just one example, but in the new Konkat theme, InputfieldMarkup items gets this outline added and I want to override it, but the only way seems to be by ID because when it's by class: InputfieldMarkup the !important here won't let me.
https://github.com/processwire/processwire/blob/8ee607f06fd5221f500835751a1e3a94ae012918/wire/modules/AdminTheme/AdminThemeUikit/themes/default/admin.css#L5000
Just one example, but in the new Konkat theme, InputfieldMarkup items gets this outline added and I want to override it, but the only way seems to be by ID because when it's by class:
InputfieldMarkupthe!importanthere won't let me.https://github.com/processwire/processwire/blob/8ee607f06fd5221f500835751a1e3a94ae012918/wire/modules/AdminTheme/AdminThemeUikit/themes/default/admin.css#L5000