this repo has no description

css: fix codemirror buttons style

ArthurW be8ced9e aec9bf9d

+4 -4
+4 -4
src/style.css
··· 18 18 .run_btn { 19 19 position: absolute; width: 100%; height: 100%; z-index: 999; pointer-events: none 20 20 } 21 - button { 21 + .run_btn button { 22 22 pointer-events: auto; 23 23 position: absolute; right: 0; top: 0; 24 24 display: block; ··· 34 34 border: 1px solid #6D6D6D; 35 35 color: #6D6D6D; 36 36 } 37 - button:hover { background-color: #6D6D6D; color: #F5F5F5; } 38 - button:hover::after { border-color: transparent transparent transparent #F5F5F5; } 39 - button::after { 37 + .run_btn button:hover { background-color: #6D6D6D; color: #F5F5F5; } 38 + .run_btn button:hover::after { border-color: transparent transparent transparent #F5F5F5; } 39 + .run_btn button::after { 40 40 content: ""; 41 41 display: inline-block; 42 42 position: relative;