mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Use smaller border-radius on textarea inputs, on v2
This commit is contained in:
parent
c4da8701c8
commit
2a11a70cd3
1 changed files with 2 additions and 1 deletions
|
@ -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& {
|
||||
|
|
Loading…
Reference in a new issue