Files
atom/spec
Nathan Sobo bd6eedcc88 Eliminate strictly contained divs wrapping lines and highlights
I was hoping to strictly contain the layouts of highlights an lines
separately, since they are updated during different render phases.
Unfortunately, strict containment requires both divs to be positioned
absolutely. This in turn creates separate stacking contexts for lines
and highlights, which makes it impossible to render highlights in front
lines which themes sometimes need to do. For example,
atom-material-syntax pushes bracket matcher highlights to the front so
they are not obscured by the theme's solid black cursor line background.

/cc @as-cii. You should examine my work here and make sure I'm not
screwing something up with your line/block decoration update code.
2017-05-05 09:29:30 +02:00
..
2017-01-14 09:04:49 -08:00
2017-03-11 19:05:28 +01:00
2017-03-17 17:04:11 +01:00
2017-03-12 11:57:16 +01:00
2016-10-27 10:57:48 -07:00
2016-09-26 20:52:13 +03:00
2017-05-05 09:29:30 +02:00
2017-04-11 12:05:43 -06:00
2016-09-26 20:52:13 +03:00
👕
2016-12-22 16:39:40 -08:00