mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
Merge pull request #2573 from jryans/field-selected-overlap
Tweak field padding to avoid overlapping with selected text
This commit is contained in:
commit
ce2066b741
1 changed files with 2 additions and 1 deletions
|
@ -100,7 +100,8 @@ limitations under the License.
|
|||
top 0.25s ease-out 0s,
|
||||
background-color 0.25s ease-out 0s;
|
||||
font-size: 10px;
|
||||
top: -14px;
|
||||
top: -13px;
|
||||
padding: 0 2px;
|
||||
background-color: $field-focused-label-bg-color;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue