mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-07 23:03:00 +03:00
WYSIWYG: Updated code handling to respect direction
Specifically supports "dir" attribute being on top level "pre" element, and handles application/switching of this within the editor. For #4809
This commit is contained in:
@@ -34,10 +34,10 @@
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
top: -1px;
|
||||
right: -1px;
|
||||
inset-inline-end: -1px;
|
||||
background-color: #EEE;
|
||||
border: 1px solid #DDD;
|
||||
border-radius: 0 4px 0 0;
|
||||
border-start-end-radius: 4px;
|
||||
@include lightDark(background-color, #eee, #333);
|
||||
@include lightDark(border-color, #ddd, #444);
|
||||
@include lightDark(color, #444, #888);
|
||||
|
Reference in New Issue
Block a user