Fix selector to pluginsPane

This commit is contained in:
Matt Pass
2020-07-02 23:11:31 +01:00
committed by GitHub
parent 2f1c76ecbd
commit 4e8c4cdc3f

View File

@@ -21,4 +21,4 @@ input:focus {outline: none; background: rgba(0,198,255,0.5); color: #fff}
.pluginsPane::-webkit-scrollbar {width: 12px; height: 12px}
.pluginsPane::-webkit-scrollbar-thumb {background: rgba(0,198,255,0.2)}
.pluginsPane::-webkit-scrollbar-thumb:hover {background: rgba(0,198,255,0.8)}
.pluginsPane::-webkit-scrollbar-corner, .editor .git::-webkit-scrollbar-resizer {background: transparent}
.pluginsPane::-webkit-scrollbar-corner, .pluginsPane::-webkit-scrollbar-resizer {background: transparent}