mirror of
https://github.com/plankanban/planka.git
synced 2025-07-29 18:19:46 +02:00
fix: Fix mentions input styles
This commit is contained in:
parent
5beafca07e
commit
001621eec7
3 changed files with 7 additions and 20 deletions
|
@ -16,23 +16,16 @@
|
|||
}
|
||||
|
||||
.field {
|
||||
background: #fff;
|
||||
border-radius: 3px;
|
||||
|
||||
textarea {
|
||||
background: #fff !important;
|
||||
border: 1px solid rgba(9, 30, 66, 0.13);
|
||||
border-radius: 3px;
|
||||
box-sizing: border-box;
|
||||
color: #333;
|
||||
display: block;
|
||||
font-size: 14px;
|
||||
line-height: 1.4;
|
||||
margin: 0 !important;
|
||||
overflow: hidden;
|
||||
padding: 8px 12px;
|
||||
resize: none;
|
||||
|
||||
&:focus {
|
||||
outline: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -10,23 +10,16 @@
|
|||
}
|
||||
|
||||
.field {
|
||||
background: #fff;
|
||||
border-radius: 3px;
|
||||
|
||||
textarea {
|
||||
background: #fff !important;
|
||||
border: 1px solid rgba(9, 30, 66, 0.13);
|
||||
border-radius: 3px;
|
||||
box-sizing: border-box;
|
||||
color: #333;
|
||||
display: block;
|
||||
font-size: 14px;
|
||||
line-height: 1.4;
|
||||
margin: 0 !important;
|
||||
overflow: hidden;
|
||||
padding: 8px 12px;
|
||||
resize: none;
|
||||
|
||||
&:focus {
|
||||
outline: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
&__suggestions {
|
||||
border: 1px solid #d4d4d5;
|
||||
border-radius: 3px;
|
||||
border-width: 0;
|
||||
box-shadow: 0 8px 16px -4px rgba(9, 45, 66, 0.25),
|
||||
0 0 0 1px rgba(9, 45, 66, 0.08);
|
||||
max-height: 200px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue