/* Open-issue pencil: preserve the original reveal-on-interaction behavior.
   The issue state is indicated with a restrained amber treatment. */
#app ._issueOpen_876e4_209 ._reportMenuButton_876e4_177,
#app ._issueOpen_876e4_209 ._reportMenuButtonAttention_876e4_188 {
  background: #fff7e6 !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16), inset 0 0 0 1px #e2b45f !important;
  color: #a86600 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

#app ._issueOpen_876e4_209:hover ._reportMenuButton_876e4_177,
#app ._issueOpen_876e4_209:focus-within ._reportMenuButton_876e4_177 {
  opacity: 1 !important;
  pointer-events: auto !important;
}
