Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
88163fde
Commit
88163fde
authored
Jun 24, 2015
by
alexpott
Browse files
Issue
#2505201
by munzirtaha: Quick Edit toolbar's arrow should be reversed in RTL
parent
0ee13d3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/quickedit/css/quickedit.theme.css
View file @
88163fde
...
...
@@ -159,7 +159,11 @@
white-space
:
nowrap
;
}
.quickedit-toolbar-label
.field
:after
{
content
:
' → '
;
content
:
' → '
;
/* LTR */
}
[
dir
=
"rtl"
]
.quickedit-toolbar-label
.field
:after
{
content
:
' ← '
;
}
/* The toolbar; these are not necessarily visible. */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment