mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-23 01:23:59 +00: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& {
|
||||
height: auto;
|
||||
}
|
||||
// Smaller border-radius for `select` inputs
|
||||
select& {
|
||||
border-radius: @border-radius-base;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue