Releases: Esri/calcite-bootstrap
Releases · Esri/calcite-bootstrap
v0.3.4
v0.3.3
Added
grunt clean
removes the generated docs (#261).- added
!default
to entries in_variables.scss
Removed
- Removed all
!important
tags in .scss files inside Calcite directory.
Fixed
v0.3.2
Changed
- Bug fixes that was causing styling rules to be overwritten by core on navbar, nav-tabs and dropdown menus.
- Updated Bootstrap Sass dependency to 3.3.6 to fix breadcrumb bug
v0.3.1
Changed
- Bug fix that was causing build to fail on npm module.
v0.3.0
Changed
- Lots of style changes to the navbar. Default height is now 65px, up from 50px. On hover the accent bar is now below the link instead of above. Tightened up the padding and margin on links significantly. This also makes the accent bar only the width of the text above it. Added custom rule for padding on the active links.
- Styling changes to dropdowns include adding border between menu items, changing the background color on hover to
$Calcite_Gray_100
, changing the link and link-hover colors to$Calcite_Gray_200
, changed the menu border color to match item border color, lighten box-shadow of menu, tighten up padding around menu items and menu headers. - Added new styling for having icons within form controls. Removed box-shadow from normal form-control states.
- Removed media-query in navbar-custom to reduce font-size at small viewports.
- Styling changes to Calcite-Header include changing background colors for tab and tab hover, adding spacing between tabs, color of hover accent bar
- Fixed compile issue in loader.scss where avenir-regular could not be extended
v0.2.12
Changed
- Removed old notes file and updated NPM command
v0.2.11
Changed
- Changed background color on hover for
.btn-default
,.btn-primary
,.btn-success
,.btn-info
,.btn-warning
and.btn-danger
to the darker colors as used in Calcite Web - Changed color values for
$brand-success
and$brand-danger
variables to match what is used in Calcite Web - Removed
!important
off of.btn-default
- Updated product name throughout to be consistent with other Calcite products.
- On cards-custom, added &:focus and &:active classes to hover for better accessability
- Changed
.cards-list > li
padding by 2px in order to make them flow better - Noted in theme.html that adding
onclick=""
to the div will fix mobility issue for a first pass