mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
On v2, use smaller (default) border radius on select inputs
This commit is contained in:
parent
f6a2dfa03e
commit
c4da8701c8
1 changed files with 4 additions and 0 deletions
|
@ -149,6 +149,10 @@ output {
|
||||||
textarea& {
|
textarea& {
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
// Smaller border-radius for `select` inputs
|
||||||
|
select& {
|
||||||
|
border-radius: @border-radius-base;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue