-
10 May 2012 3:39 PM #1
Theming: toolbar margin variables don't have !default flags
Theming: toolbar margin variables don't have !default flags
REQUIRED INFORMATION
Ext version tested:- Ext 4.1.0
- Chrome
- IE8
- File is resources\themes\stylesheets\ext4\default\variables\_toolbar.scss inside Ext JS library. These variables don't have !default:
The result that was expected:Code://margins $toolbar-horizontal-spacing: 2px; $toolbar-vertical-spacing: 2px; $toolbar-footer-horizontal-spacing: 6px; $toolbar-footer-vertical-spacing: 2px;
- ALL variables defined in variables\ folder should have !default flags.
- Can't override these variables with our own
- Add !default flags
-
11 May 2012 4:50 PM #2
text-padding variables in variables/_button.scss have the same issue
Success! Looks like we've fixed this one. According to our records the fix was applied for
EXTJSIV-6188
in
4.1.


Reply With Quote