hongbo-miao/hongbomiao.com

View on GitHub
web/src/shared/components/AudioPlayer.module.css

Summary

Maintainability
Test Coverage
.hmMusicalNote {
  display: flex;
  flex-direction: column;
}

.hmPlayButton {
  border-color: transparent;
  box-shadow: none;
}

.hmPlayButton:hover,
.hmPlayButton:focus {
  border-color: transparent;
  box-shadow: none !important;
}