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;
|
letter-spacing: 0.4px;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 12px;
|
top: 20px;
|
||||||
left: 16px;
|
left: 16px;
|
||||||
right: 16px;
|
right: 16px;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
top: 12px;
|
top: 20px;
|
||||||
}
|
}
|
||||||
&:focus,
|
&:focus,
|
||||||
&:focus-visible {
|
&:focus-visible {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue