Skip to content

Commit b88c600

Browse files
committed
Remove dark highlight circles from annotated JS code in FF
1 parent bfcf44d commit b88c600

File tree

1 file changed

+1
-1
lines changed
  • system/application/views/widgets/mediaelement

1 file changed

+1
-1
lines changed

system/application/views/widgets/mediaelement/prism.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ pre[data-line] {
156156
left: .6em;
157157
min-width: 1em;
158158
padding: 0 .5em;
159-
background-color: hsla(24, 20%, 50%,.4);
159+
/*background-color: hsla(24, 20%, 50%,.4); disabled to remove brown circles to left of lines in FF */
160160
color: hsl(24, 20%, 95%);
161161
font: bold 65%/1.5 sans-serif;
162162
text-align: center;

0 commit comments

Comments
 (0)