mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
FIX: Margin between icon was selectable but shouldn't be (#4122)
This commit is contained in:
parent
cfeb71724d
commit
a587343f29
2 changed files with 1 additions and 6 deletions
|
@ -34,5 +34,6 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
<style lang="scss">
|
||||
.collapse-label {
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -6,9 +6,3 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
<span class="label-name">
|
||||
<slot />
|
||||
</span>
|
||||
|
||||
<style lang="scss">
|
||||
.label-name {
|
||||
user-select: none;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue