mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-23 22:03:39 +00:00
Show cursor:text when pointing over search input
Changes: - added styles pointer:text for #searchInput element Bug: T161763 Change-Id: I39050a3e81c6b2e014f8955df188629a025ef2c1
This commit is contained in:
parent
061019ddb2
commit
a0e390a9e5
|
@ -160,6 +160,10 @@ body {
|
|||
}
|
||||
}
|
||||
|
||||
#searchInput {
|
||||
cursor: text;
|
||||
}
|
||||
|
||||
.search-box,
|
||||
// Selector is needed to override table-cell rules
|
||||
.header .search-box {
|
||||
|
|
Loading…
Reference in a new issue