Skip to content

Commit

Permalink
fix(flag): rtl build changed background-position values
Browse files Browse the repository at this point in the history
The build process for RTLCSS changed the `background-position` values so the flags where not showing.

Closes #859
  • Loading branch information
danthedeckie authored and Sean committed Jul 8, 2019
1 parent d481b8f commit 40ae7aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/themes/default/elements/flag.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
/*******************************
Theme Overrides
*******************************/
/*rtl:begin:ignore*/

i.flag.ad:before,
i.flag.andorra:before {
Expand Down Expand Up @@ -989,3 +990,5 @@ i.flag.zw:before,
i.flag.zimbabwe:before {
background-position: -108px -390px;
}

/*rtl:end:ignore*/

0 comments on commit 40ae7aa

Please sign in to comment.