Merge branch '412-fix-for-firefox-polling-textInput' into 'dev'
Polling inputText clickable issue in Firefox See merge request keanuapp/keanuapp-weblite!129
This commit is contained in:
commit
95bcfb27ab
1 changed files with 4 additions and 2 deletions
|
|
@ -140,12 +140,14 @@ export default {
|
|||
letter-spacing: 0.4px;
|
||||
color: #000000;
|
||||
position: absolute;
|
||||
top: 12px;
|
||||
top: 20px;
|
||||
left: 16px;
|
||||
right: 16px;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
|
||||
&:focus {
|
||||
top: 12px;
|
||||
top: 20px;
|
||||
}
|
||||
&:focus,
|
||||
&:focus-visible {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue