mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Merge pull request #6445 from kevinansfield/fix-input-cursor
Return cursor pointer to text inputs
This commit is contained in:
commit
a02376a98d
1 changed files with 5 additions and 1 deletions
|
@ -122,12 +122,16 @@ select {
|
||||||
font-size: 1.4rem;
|
font-size: 1.4rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
user-select: text;
|
user-select: text;
|
||||||
cursor: pointer;
|
|
||||||
transition: border-color 0.15s linear;
|
transition: border-color 0.15s linear;
|
||||||
|
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gh-select,
|
||||||
|
select {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
.gh-input.error,
|
.gh-input.error,
|
||||||
.error .gh-input,
|
.error .gh-input,
|
||||||
.gh-select.error,
|
.gh-select.error,
|
||||||
|
|
Loading…
Add table
Reference in a new issue