- _navigation.scss:
- add a
nav-link
class toa
inside.nav
- add a
navbar-item
class toli
inside.navbar
- add a
navbar-link
class toa
inside.navbar
- add a
- Fixed some buttons not having a proper active state
- Fixed diverging focus styles for webkit and other browsers
- Removed font size from tables
- Improved the default tooltip's border colours
- Removed unnecessary max-widths from tooltip and table
- Fixed display of some elements when used with grid col-* classes
- Fixed button's disabled styles when combined with other button classes
- Feels like its mature enough for v1.
- Minor fixes
- Added new icons to the font
- Improved hinting and design of old icons
- Fixed minor bugs in tooltip, modals
- Added an 'ellipsis' class in typography for dealing with common text-overflow problems.
- Removed default support for old browsers
- Made all utility classes !important, due to their atomic nature
- Getting ready for major realease 1.0.0
- Mostly minor tweaks, removal of some classes and debugs
- Minor brushups and bug-fixes
- Tooltips added
- Removed docs and plugins folders. Docs is completely moved to gh-pages branch
- Fixed typography mixing and the @font-face declarations.
- Added an active state to navbars.
- Removed user-select() mixin, replaced with manual styles (a problem in Docpad compilation forced my hand)
- Fixed semver incompatible version number for aegis
-
Expanded icon-set
-
Removed IE7 support
-
Added tooltip classes
-
Updated modal and tabs
-
Added range of fade classes (0.9 to 0.1) opacity
-
Added a button-group
-
Field error's margins rejigged to be closer to the sibling input
-
Gray-shift: added a new shade -> gray-darker to balance the shades
b dr dk gr lt lr ls lut w <-- old gray shades (d=dark, l=light) .0 -- .2 .3 -- .5 -- -- .8 -9 -- .b -- .d .e .f <-- hex strength .0 -- .2 .3 -- .5 -- .7 -- .9 -- .b -- .d .e .f b ds dr dk gr lt lr ls lut w <-- new gray shades (s=-est, r=-er, k,t -> DarK, LighT)
- Redid all forms
- Added a media object class for general usage
- Homogenized modal styles
- and much more...
- hr.dotted.big --> hr.dotted.fat
- modal's default position fixed --> absolute
- modal.profiler --> modal.wider
- modified body & wrapper classes
- modified splash class, increased height
- added an hl class
- removed .no-bottom and .no-margin from h1,...,h6 defs
-
Removed left-padding in horizontal form's radio buttons
-
input-height changed: 31px --> 2.38em (check)
-
moved out PARSLEY-ERROR-LIST
.parsley-error-list { @extend .no-list; @extend .no-space; color: $red; }
-
moved out CodeMirror-focused
.CodeMirror-focused ~ .field-tip { display: block; }
-
renamed strength-meter classes pass-strong --> strong pass-med --> medium pass-weak --> feeble
-
removed
.label-list
- changed .crystal to .accent
- slightly changed top-padding
- inline-buttons have changed a bit. Taken care in forms
- passive changed to disabled
- Changes to sidebar markup classnames
- Uninav renamed to tabbar, classes changed a bit
not using Tabbar yet
- added a fade class
- Removed cell-ops from table partial. Add it back to a specific stylesheet
- changed bordered class to non-bordered,
- nearly changed all style classes & added new spatial classes.
- Added a example class for demonstrations.