Use smaller border-radius on textarea inputs, on v2

This commit is contained in:
Shane Kilkelly 2018-05-25 14:48:37 +01:00
parent c4da8701c8
commit 2a11a70cd3

View file

@ -145,9 +145,10 @@ output {
opacity: 1; // iOS fix for unreadable disabled content
}
// Reset height for `textarea`s
// Reset height for `textarea`s, and smaller border-radius
textarea& {
height: auto;
border-radius: @border-radius-base;
}
// Smaller border-radius for `select` inputs
select& {