Merge tag 'v2.6.5' into chinwag-2.6.5

This commit is contained in:
Mike Barnes 2019-01-09 17:06:45 +11:00
commit 065f346467
63 changed files with 372 additions and 244 deletions

View file

@ -1847,7 +1847,7 @@ a.account__display-name {
}
.column {
width: 330px;
width: 350px;
position: relative;
box-sizing: border-box;
display: flex;

View file

@ -330,9 +330,12 @@ code {
}
input[type=text],
input[type=number],
input[type=email],
input[type=password] {
border-bottom-color: $valid-value-color;
input[type=password],
textarea,
select {
border-color: lighten($error-red, 12%);
}
.error {