div[data-ui-switcher] {
  width: 200px;
  height: 200px;
  border: 4px dashed #1A9BBB;
}
div[data-ui-switcher][data-status="open"] {
  background: green;
}
div[data-ui-switcher][data-status="close"] {
  background: orange;
}