mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 17:26:36 -04:00
Fix/Layout shift on CardCounts button hover (#3971)
This commit is contained in:
parent
c70e9d26c5
commit
a66f8b2b5f
1 changed files with 2 additions and 2 deletions
|
@ -127,11 +127,11 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-link {
|
.search-link {
|
||||||
border: none;
|
border: 1px transparent solid;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
padding: 1px 3px;
|
padding: 0 2px;
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue