Skip to content
Snippets Groups Projects
Commit 558acd66 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2424733 by idebr: Node preview backlink RTL button :active styling is applied to LTR

parent 34efb126
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@
border: 1px solid #0048c8;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .25);
}
.node-preview-backlink:active {
[dir="rtl"] .node-preview-backlink:active {
background: url(../../../../misc/icons/000000/chevron-right.svg) right no-repeat, -webkit-linear-gradient(top, #0e69be, #2a93ef);
background: url(../../../../misc/icons/000000/chevron-right.svg) right no-repeat, linear-gradient(to bottom, #0e69be, #2a93ef);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment