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:
parent
df6f7c7b56
commit
e399d33c47
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…
Add table
Reference in a new issue