mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56: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 {
|
||||
border: none;
|
||||
border: 1px transparent solid;
|
||||
background: transparent;
|
||||
cursor: pointer;
|
||||
box-shadow: none;
|
||||
padding: 1px 3px;
|
||||
padding: 0 2px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue