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
Этот коммит содержится в:
коммит произвёл
enahum
родитель
0a9f09b6a7
Коммит
96373a0cc7
@@ -81,6 +81,8 @@
|
|||||||
|
|
||||||
.post-code__search-highlighting {
|
.post-code__search-highlighting {
|
||||||
color: transparent;
|
color: transparent;
|
||||||
|
right: 6.5px;
|
||||||
|
left: 6.5px;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@include user-select(none);
|
@include user-select(none);
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user