On v2, use smaller (default) border radius on select inputs

This commit is contained in:
Shane Kilkelly 2018-05-25 13:38:19 +01:00
parent f6a2dfa03e
commit c4da8701c8

View file

@ -149,6 +149,10 @@ output {
textarea& {
height: auto;
}
// Smaller border-radius for `select` inputs
select& {
border-radius: @border-radius-base;
}
}