Skip to content
This repository was archived by the owner on May 15, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .browserslistrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Android >= 4
Chrome >= 12
Android >= 4.3
Chrome >= 31
Edge >= 12
Firefox >= 3.6
Firefox >= 27
IE >= 9
iOS >= 7.1
Opera >= 15
Safari >= 5.1
iOS >= 9.0
Opera >= 18
Safari >= 9.1
63 changes: 15 additions & 48 deletions css/build/wmui-style-guide.css
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,6 @@ h6 {
margin: 3.2rem 0 0;
line-height: 1.25;
-webkit-transition: font-size 250ms, font-weight 250ms;
-moz-transition: font-size 250ms, font-weight 250ms;
transition: font-size 250ms, font-weight 250ms;
}
h2,
Expand Down Expand Up @@ -762,10 +761,6 @@ sup {
color: #72777d;
opacity: 1;
}
:-moz-placeholder {
color: #72777d;
opacity: 1;
}
::-moz-placeholder {
color: #72777d;
opacity: 1;
Expand Down Expand Up @@ -813,7 +808,6 @@ sup {
display: inline-block;
padding: 1.2rem 3.2rem 0;
-webkit-transition: color 250ms;
-moz-transition: color 250ms;
transition: color 250ms;
}
.site__title a:hover {
Expand All @@ -839,9 +833,7 @@ sup {
display: block;
height: 4.2rem;
-webkit-transition: color 250ms, box-shadow 250ms;
-moz-transition: color 250ms, box-shadow 250ms, -moz-box-shadow 250ms;
transition: color 250ms, box-shadow 250ms;
transition: color 250ms, box-shadow 250ms, -moz-box-shadow 250ms;
}
.btn--nav-main i:before,
.btn--nav-main i:after {
Expand All @@ -855,16 +847,14 @@ sup {
}
.btn--nav-main i:after {
top: 1.1rem;
-moz-box-shadow: 0 0.7rem 0 #54595d;
box-shadow: 0 0.7rem 0 #54595d;
box-shadow: 0 0.7rem 0 #54595d;
}
.btn--nav-main i:hover:before,
.btn--nav-main i:hover:after {
background-color: #000; /* --color-base-emphasized */
}
.btn--nav-main i:hover:after {
-moz-box-shadow: 0 0.7rem 0 #000;
box-shadow: 0 0.7rem 0 #000;
box-shadow: 0 0.7rem 0 #000;
}
.btn--nav-main span {
display: block;
Expand All @@ -886,8 +876,7 @@ sup {
position: relative;
margin-top: 6.4rem;
padding: 6.4rem 0;
-moz-box-shadow: 0 1px 4px 0 rgba( 0, 0, 0, 0.25 );
box-shadow: 0 1px 4px 0 rgba( 0, 0, 0, 0.25 );
box-shadow: 0 1px 4px 0 rgba( 0, 0, 0, 0.25 );
overflow-y: hidden;
}
.content {
Expand Down Expand Up @@ -934,7 +923,6 @@ sup {
font-size: 1.6rem;
text-decoration: none;
-webkit-transition: background-color 250ms, color 250ms, padding 250ms;
-moz-transition: background-color 250ms, color 250ms, padding 250ms;
transition: background-color 250ms, color 250ms, padding 250ms;
}
.nav--main a:hover,
Expand All @@ -946,8 +934,7 @@ sup {
background-color: #eaf3ff;
color: #36c;
/* border-left: 2px solid var( --color-primary ); */
-moz-border-radius: 2px;
border-radius: 2px;
border-radius: 2px;
font-weight: 600;
cursor: default;
}
Expand All @@ -964,12 +951,10 @@ sup {
.nav--main .nav__sub-items a { /* stylelint-disable-line no-descending-specificity */
color: #54595d;
border-left: 1px solid #eaecf0;
-moz-border-radius: 0 2px 2px 0;
border-radius: 0 2px 2px 0;
border-radius: 0 2px 2px 0;
padding-left: 1.6rem;
font-size: 1.4rem;
-webkit-transition: background-color 250ms, color 250ms;
-moz-transition: background-color 250ms, color 250ms;
transition: background-color 250ms, color 250ms;
}
.nav--main .nav__sub-item.is-on > a {
Expand Down Expand Up @@ -1033,10 +1018,8 @@ sup {
}
.figures-do-dont .figure {
background-color: #eaecf0;
-moz-border-radius-topleft: 2px;
border-top-left-radius: 2px;
-moz-border-radius-topright: 2px;
border-top-right-radius: 2px;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.figures-do-dont .figure--dont {
border-left: 1px solid #fff;
Expand Down Expand Up @@ -1104,8 +1087,7 @@ sup {
margin-bottom: 3.2rem;
padding: 1.2rem;
border: 1px solid #fff;
-moz-border-radius: 2px;
border-radius: 2px;
border-radius: 2px;
font-size: 1.4rem;
}
.color--dark,
Expand All @@ -1124,8 +1106,7 @@ sup {
margin-top: 0.8rem;
margin-right: 1.2rem;
margin-bottom: 2.4rem;
-moz-border-radius: 3.2rem;
border-radius: 3.2rem;
border-radius: 3.2rem;
cursor: default;
}
.color-palette--overview .color:first-child {
Expand All @@ -1135,16 +1116,14 @@ sup {
width: 7.2rem;
height: 7rem;
margin-top: 0;
-moz-border-radius: 7.2rem;
border-radius: 7.2rem;
border-radius: 7.2rem;
padding-top: 2rem;
}
.color-palette--base .color {
margin-right: 1.35rem;
}
.color-section .color .color-code--hsb {
-webkit-transition: opacity 250ms;
-moz-transition: opacity 250ms;
transition: opacity 250ms;
}
.color-section .color:hover .color-code--hsb {
Expand Down Expand Up @@ -1193,8 +1172,7 @@ sup {
width: 1.2rem;
height: 1.2rem;
margin: 0 0.4rem 0.3rem 0.2rem;
-moz-border-radius: 50%;
border-radius: 50%;
border-radius: 50%;
vertical-align: text-bottom;
cursor: help;
}
Expand Down Expand Up @@ -1252,8 +1230,7 @@ sup {
}
/* Override general img border radius for correct Message representation */
.page--components-messages img {
-moz-border-radius: 0;
border-radius: 0;
border-radius: 0;
}
/* ... Resources ... */
.resources-table {
Expand Down Expand Up @@ -1403,23 +1380,19 @@ sup {
left: -1.6rem;
right: -1.6rem;
padding-bottom: 1.6rem;
-moz-box-shadow: 0 2px 2px 0 rgba( 0, 0, 0, 0.25 );
box-shadow: 0 2px 2px 0 rgba( 0, 0, 0, 0.25 ); /* FIXME: Update wmui-base */
box-shadow: 0 2px 2px 0 rgba( 0, 0, 0, 0.25 ); /* FIXME: Update wmui-base */
z-index: 1;
-webkit-transform: translateY( -200% );
-moz-transform: translateY( -200% );
-ms-transform: translateY( -200% );
transform: translateY( -200% );
-webkit-transition: left 250ms, right 250ms, -webkit-transform 250ms;
transition: left 250ms, right 250ms, -webkit-transform 250ms;
-moz-transition: left 250ms, right 250ms, transform 250ms, -moz-transform 250ms;
transition: left 250ms, right 250ms, transform 250ms;
transition: left 250ms, right 250ms, transform 250ms, -webkit-transform 250ms, -moz-transform 250ms;
transition: left 250ms, right 250ms, transform 250ms, -webkit-transform 250ms;
}

.trigger--nav-main:checked + .nav--main {
-webkit-transform: translateY( 0 );
-moz-transform: translateY( 0 );
-ms-transform: translateY( 0 );
transform: translateY( 0 );
}
Expand Down Expand Up @@ -1471,10 +1444,8 @@ sup {
.site__title a,
.nav--main a {
-webkit-transition-property: background-color, padding;
-moz-transition-property: background-color, padding;
transition-property: background-color, padding;
-webkit-transition-duration: 250ms;
-moz-transition-duration: 250ms;
transition-duration: 250ms;
}

Expand Down Expand Up @@ -1619,7 +1590,6 @@ sup {
display: inline;
opacity: 0;
-webkit-transition: opacity 250ms;
-moz-transition: opacity 250ms;
transition: opacity 250ms;
}

Expand Down Expand Up @@ -1649,8 +1619,7 @@ sup {
/* ... Tablet ... */
@media ( min-width: 768px ) {
img {
-moz-border-radius: 2px;
border-radius: 2px;
border-radius: 2px;
}

.content-box {
Expand Down Expand Up @@ -1682,7 +1651,6 @@ sup {
width: 20.8rem;
z-index: 1;
-webkit-transition: width 250ms;
-moz-transition: width 250ms;
transition: width 250ms;
}

Expand Down Expand Up @@ -1777,7 +1745,6 @@ sup {
/* ... Resources ... */
.resources-table__body .resources-table__cell {
-webkit-transition: background-color 250ms;
-moz-transition: background-color 250ms;
transition: background-color 250ms;
}

Expand Down
Loading