mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 14:03:55 -05:00
Fix/Layout shift on CardCounts button hover (#3971)
This commit is contained in:
parent
ae8e25d5b8
commit
8e41b4f7e0
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