Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
Merge pull request #19 from BrightspaceUI/RTL_Fix
Browse files Browse the repository at this point in the history
Fix offscreen mixin for RTL context
  • Loading branch information
capajon authored Dec 17, 2016
2 parents 94cb190 + ea6b325 commit 8a70478
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions d2l-offscreen-shared-styles.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
white-space: nowrap;
};
}
:host-context([dir="rtl"]) {
--d2l-offscreen: {
left: 0;
right: -10000px;
};
}
</style>
</template>
</dom-module>

0 comments on commit 8a70478

Please sign in to comment.