diff --git a/github-dark.user.css b/github-dark.user.css index 2d27ae814..21fd7a62b 100644 --- a/github-dark.user.css +++ b/github-dark.user.css @@ -11084,34 +11084,9 @@ .border-white-fade { border-color: hsla(0, 0%, 0%, .15) !important; } - .graphiql-button-group > button.graphiql-button { - background-color: transparent; - } - [data-reach-dialog-content], [data-reach-listbox-popover] { - background-color: #181818; - } - [data-reach-listbox-list]:focus { - box-shadow: none; - } - [data-reach-listbox-option][data-current-nav] { - color: #fff; - } - @keyframes flash { - 0% { - color: #fff; - } - to { - color: #fff; - } - } - [data-reach-menu-item][data-selected] { - color: #fff; - } - [data-reach-tooltip] { - color: #afafaf; - border-color: #5a5a5a; - } - .graphiql-history-item.editable > input, [data-reach-combobox-input] { + .graphiql-button-group > button.graphiql-button, + .graphiql-doc-explorer-search [role=combobox], + .graphiql-history-item.editable > input { background-color: transparent; } @-moz-keyframes blink {