mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-11 09:31:01 +01:00
force default pointer because Firefox legacy (#3611)
This commit is contained in:
parent
fc850ec8b9
commit
dbd34c4592
1 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue