mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-27 00:52:36 +03:00
Merge pull request #6445 from kevinansfield/fix-input-cursor
Return cursor pointer to text inputs
This commit is contained in:
commit
308bf1731f
@ -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 New Issue
Block a user