Skip to content

Commit

Permalink
fix(VToolbarTitle): rtl mode (#5642)
Browse files Browse the repository at this point in the history
* add rtl support for toolbar title

* remove unnecessary line
  • Loading branch information
nasermirzaei89 authored and johnleider committed Dec 9, 2018
1 parent 7eadc37 commit 993fa6d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/vuetify/src/stylus/components/_toolbar.styl
Expand Up @@ -20,7 +20,14 @@ v-toolbar-content($direction)
.v-btn--icon
margin-{$direction}: -6px

v-toolbar-rtl()
&__title
&:not(:first-child)
margin-left: 0
margin-right: 20px

theme(v-toolbar, "v-toolbar")
rtl(v-toolbar-rtl, "v-toolbar")

.v-toolbar
bootable()
Expand Down

0 comments on commit 993fa6d

Please sign in to comment.