It is very difficult to read inline code when it is located inside of a spoiler block:
Readable (standard quote):
ActionScript already contains a
Math.pow()function.
Not readable (spoiler quote):
ActionScript already contains a
Math.pow()function.
-
1\$\begingroup\$ Should I include a proposed CSS fix for this as well? \$\endgroup\$IQAndreas– IQAndreas2014年01月04日 18:36:00 +00:00Commented Jan 4, 2014 at 18:36
-
3\$\begingroup\$ Agreed. After clicking in the spoiler, I use to select its text for reading. \$\endgroup\$Victor Stafusa– Victor Stafusa2014年01月04日 19:32:12 +00:00Commented Jan 4, 2014 at 19:32
-
1\$\begingroup\$ @Victor used to. I don't correct you to be a prick; I correct you because I care. \$\endgroup\$IQAndreas– IQAndreas2014年01月04日 19:39:30 +00:00Commented Jan 4, 2014 at 19:39
-
4\$\begingroup\$ Sorry, english is not my main language, so I am likely to make a few grammar mistakes sometimes. \$\endgroup\$Victor Stafusa– Victor Stafusa2014年01月04日 19:41:19 +00:00Commented Jan 4, 2014 at 19:41
-
\$\begingroup\$ FWIW, this bug seems to be specific to the beta theme; it doesn't happen on SO, for example. Also, looks like it's been reported before. \$\endgroup\$Ilmari Karonen– Ilmari Karonen2014年01月27日 23:03:37 +00:00Commented Jan 27, 2014 at 23:03
-
\$\begingroup\$ @IQAndreas It is very difficult. \$\endgroup\$Daniel– Daniel2014年01月28日 13:48:27 +00:00Commented Jan 28, 2014 at 13:48
-
1\$\begingroup\$ meta.stackexchange.com/a/227391 \$\endgroup\$TheDoctor– TheDoctor2014年04月29日 21:48:53 +00:00Commented Apr 29, 2014 at 21:48
2 Answers 2
So after being ignored with more than 70 votes for 2 years on MSO, I flagged this question for moderator attention on Thursday.
On Saturday, it was fixed. Coincidence? Possibly. Either way, this is great!
The problem is in line 1 of all.css. (Admittedly, this information might be more helpful if the file had been created by someone with a functioning return key.)
More specifically, the problem is caused by this rule starting at character 31,193:
.spoiler:hover code{color:#222;background-color:#444;}
If the background colour could be changed to something a bit more sensible like #ddd then everything will be fine.
-
2\$\begingroup\$ "(Admittedly, this information might be more helpful if the file had been created by someone with a functioning return key.)" I feel like using your enter key where it's not strictly necessary flies in the face of the spirit of this site. :) \$\endgroup\$undergroundmonorail– undergroundmonorail2014年03月27日 17:04:35 +00:00Commented Mar 27, 2014 at 17:04
-
\$\begingroup\$ Hey, that's what i said! \$\endgroup\$TheDoctor– TheDoctor2014年04月29日 21:48:32 +00:00Commented Apr 29, 2014 at 21:48
-
\$\begingroup\$ @TheDoctor :-D Is your tardis on the fritz again? \$\endgroup\$r3mainer– r3mainer2014年04月29日 22:12:35 +00:00Commented Apr 29, 2014 at 22:12
You must log in to answer this question.
Explore related questions
See similar questions with these tags.