force default pointer because Firefox legacy (#3611)

This commit is contained in:
Raymond Hill 2018-03-16 20:49:00 -04:00
parent fc850ec8b9
commit dbd34c4592
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

@ -27,6 +27,7 @@
.cm-search-widget {
align-items: center;
background-color: #eee;
cursor: default;
direction: ltr;
display: flex;
flex-shrink: 0;
@ -61,9 +62,6 @@
.cm-search-widget[data-query] .cm-search-widget-count {
display: flex;
}
.cm-search-widget .cm-search-widget-button {
cursor: default;
}
.cm-search-widget .cm-search-widget-button:hover {
color: #000;
}