mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -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-weight: normal;
|
||||
user-select: text;
|
||||
cursor: pointer;
|
||||
transition: border-color 0.15s linear;
|
||||
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
.gh-select,
|
||||
select {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.gh-input.error,
|
||||
.error .gh-input,
|
||||
.gh-select.error,
|
||||
|
|
Loading…
Reference in a new issue