Skip to content

Commit

Permalink
Merge pull request #652 from paulcpederson/master
Browse files Browse the repository at this point in the history
#614 - numbered list off in IE11
  • Loading branch information
nikolaswise authored Aug 12, 2016
2 parents 72c1b99 + 8d5fc19 commit a6b5885
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

### Fixed
- `filter-dropdown-remove:after` no longer positioned absolutely
- `list-numbered` number alignment in IE11 (#614)

### Modified
- `btn-clear` has bg white, rathe than transparent for ACAG on light grays.
- `btn-clear` now has white background instead of transparent in order to pass WCAG contrast on light grays.

## 1.0.0-beta.30

Expand Down
5 changes: 3 additions & 2 deletions lib/sass/calcite-web/type/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,12 @@
top: 0;
left: 0;
height: 100%;
height: calc(100% - .3em);
width: 0.75em;
padding: 0 .5em 0 0;
padding: .3em .5em 0 0;
color: $gray;
@include font-size(1);
line-height: 1.5*$baseline;
line-height: 1;
text-align: right;
border-right: 2px solid $lighter-gray;
@if ($include-right-to-left) {
Expand Down

0 comments on commit a6b5885

Please sign in to comment.