div[tabindex]:not(.fixTabIndex):focus:after, a[tabindex]:not(.fixTabIndex):focus:after, li[tabindex]:not(.fixTabIndex):focus:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 1px dotted rgba(255, 255, 255, 0.4);
  left: 0;
}

button[tabindex]:not(.fixTabIndex):focus:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 1px dotted rgba(0, 0, 0, 0.6);
  left: 0;
}

.fixTabIndex:focus {
  border: 1px dotted rgba(255, 255, 255, 0.4);
}
/*# sourceMappingURL=tabindex.css.map */