Closed (works as designed)
Project:
Sasson
Version:
7.x-2.7
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
4 Nov 2012 at 20:01 UTC
Updated:
5 Nov 2012 at 21:54 UTC
Jump to comment: Most recent file

Comments
Comment #1
israel dahan commentedi understood why happend bug.
because i load file-rtl.scss at .info.
but if remove line to load rtl.scss so if my site mode rtl, file-rtl load after master.css and master.css Overwrites to file rtl.css
Comment #2
tsi commentedWell, you shouldn't call file-rtl.scss/sass/css from your .info file, it is being called automatically when you are on an RTL page.
BTW, with Sasson, if you have file-ltr.scss/sass/css it will be called on LTR pages.
Comment #3
israel dahan commentedbut, i have RTL page and css master overrides rtl.css

see the screencast
Comment #4
tsi commentedYour selector in lcs is more specific then the one on lcs-rtl. this is why it is being overridden.
please, don't assign issues to yourself if you are not working on a fix.
Comment #5
israel dahan commentedi want to fix it. how fix it?
im remove the line from .info, But I created a new problem
sorry abaut my english, and if no create open issue a truth away. im new here.
please help me. And tell me what to do.
Comment #6
tsi commentedJust use the same selector in lcs and in lcs-rtl -
#main-header #head .main-menu liComment #7
israel dahan commentedtnx very very much,