0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Return cursor pointer to text inputs

refs #6412
- moves `cursor: pointer` style introduced in #6412 into more specific classes that only target select boxes rather than all inputs
This commit is contained in:
Kevin Ansfield 2016-02-05 17:01:53 +00:00
parent df6f7c7b56
commit e399d33c47

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,