Skip to content

Commit

Permalink
Merge pull request #135 from BrightspaceUI/remove-label-responsivenes…
Browse files Browse the repository at this point in the history
…s-hybrid

Remove label responsiveness hybrid
  • Loading branch information
dlockhart authored May 24, 2019
2 parents c5f9b42 + 44f4049 commit 2afc577
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
4 changes: 0 additions & 4 deletions d2l-typography.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,6 @@
font-size: 0.6rem;
line-height: 0.9rem;
}
.d2l-typography .d2l-label-text {
font-size: 0.6rem;
line-height: 0.9rem;
}
}

</style>
Expand Down
6 changes: 0 additions & 6 deletions d2l-typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,4 @@
line-height: 1rem;
font-weight: 700;
letter-spacing: 0.2px;
@media (max-width: 615px) {
font-size: 0.6rem;
line-height: 0.9rem;
font-weight: 700;
letter-spacing: 0.2px;
}
}
4 changes: 2 additions & 2 deletions test/acceptance/typography.gspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
= Typography classes =
@on desktop
paragraph:
css color matches "#565a5c|rgba\\(86, 90, 92, 1\\)|rgb\\(86, 90, 92\\)"
css color matches "#494c4e|rgba\\(73, 76, 78, 1\\)|rgb\\(73, 76, 78\\)"
css font-family matches "(?i)['|\"]*lato['|\"]*,\\s*['|\"]lucida sans unicode['|\"],\\s*['|\"]lucida grande['|\"],\\s*sans-serif"
css font-size is "19px"
css font-weight matches "normal|400"
Expand Down Expand Up @@ -81,7 +81,7 @@
css font-size is "16px"
css line-height is "24px"
small:
css color matches "#72777a|rgba\\(114, 119, 122, 1\\)|rgb\\(114, 119, 122\\)"
css color matches "#6e7376|rgba\\(110, 115, 118, 1\\)|rgb\\(110, 115, 118\\)"
css font-size is "14px"
css line-height is "20px"
@on mobile
Expand Down

0 comments on commit 2afc577

Please sign in to comment.