Slackbot
04/14/2023, 4:06 PMChristoph Pahmeyer
04/14/2023, 4:11 PMChristoph Pahmeyer
04/14/2023, 4:15 PM[class^="controlPanel"].[class$="__field"]
to match the .controlPanel-hxswlo9d0ui__field
classChristopher Rucinski
04/14/2023, 4:43 PM[class|="controlPanel"][class$="__field"] {
/* styles for elements that start with "controlPanel" and end with "__field" */
}
[class|="controlPanel"][class$="__label"] {
/* styles for elements that start with "controlPanel" and end with "__label" */
}
Christopher Rucinski
04/14/2023, 5:11 PMChristoph Pahmeyer
04/14/2023, 5:13 PM