Reposition search highlighting for code blocks (#3230)

Certain code bocks will have the search highlighting wrap differently than the code itself so they become out of sync
Этот коммит содержится в:
Harrison Healey
2016-06-05 02:33:25 -04:00
коммит произвёл enahum
родитель 0a9f09b6a7
Коммит 96373a0cc7

Просмотреть файл

@@ -81,6 +81,8 @@
.post-code__search-highlighting {
color: transparent;
right: 6.5px;
left: 6.5px;
pointer-events: none;
position: absolute;
@include user-select(none);