tangled
alpha
login
or
join now
jon.recoil.org
/
x-ocaml
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
css: fix codemirror buttons style
ArthurW
7 months ago
be8ced9e
aec9bf9d
+4
-4
1 changed file
expand all
collapse all
unified
split
src
style.css
+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
21
-
button {
21
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
37
-
button:hover { background-color: #6D6D6D; color: #F5F5F5; }
38
38
-
button:hover::after { border-color: transparent transparent transparent #F5F5F5; }
39
39
-
button::after {
37
37
+
.run_btn button:hover { background-color: #6D6D6D; color: #F5F5F5; }
38
38
+
.run_btn button:hover::after { border-color: transparent transparent transparent #F5F5F5; }
39
39
+
.run_btn button::after {
40
40
content: "";
41
41
display: inline-block;
42
42
position: relative;