Merge pull request #296 from dod-ccpo/ie/fix-toggler

Ie/fix toggler
This commit is contained in:
andrewdds
2018-09-18 12:01:51 -04:00
committed by GitHub
7 changed files with 151 additions and 11 deletions

View File

@@ -15,4 +15,10 @@ meter {
&::-moz-meter-bar {
background: $color-primary;
}
.meter__fallback {
display: inline-block;
background: $color-primary;
height: 100%;
}
}

View File

@@ -8,6 +8,10 @@
@include panel-margin;
min-width: 100%;
@include ie-only {
border-collapse: separate;
}
th, td {
&.table-cell--align-right {
text-align: right;