1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00

Merge pull request #6445 from kevinansfield/fix-input-cursor

Return cursor pointer to text inputs
This commit is contained in:
Hannah Wolfe 2016-02-08 10:07:29 +00:00
commit ac505e34f3

View file

@ -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,