mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 14:03:55 -05:00
FIX: Margin between icon was selectable but shouldn't be
This commit is contained in:
parent
b250a2f724
commit
771f499658
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