* Fixed: Missing name of pseudo-class.

pull/454/head
Megax 2016-05-18 09:12:59 +02:00
parent e84d97c3f4
commit 6dd8495fca
1 changed files with 2 additions and 2 deletions
gtk-3.20/scss/widgets

View File

@ -430,9 +430,9 @@
&:dir(rtl) { border-style: none solid none none; }
}
&:dir(rtr):first-child { border-radius: $roundness 0 0 $roundness; }
&:dir(rtl):first-child { border-radius: $roundness 0 0 $roundness; }
&:dir(ltl):last-child { border-radius: 0 $roundness $roundness 0; }
&:dir(ltr):last-child { border-radius: 0 $roundness $roundness 0; }
}
}