Skip to content

Commit

Permalink
Można zaznaczać tekst w tabeli z listą tematów prac dyplomowych (#1632)
Browse files Browse the repository at this point in the history
Ponieważ nie zgadzamy się z decyzją oryginalnych implementatorów, usuwamy klasę, która wyłącza typowe zachowanie interfejsu.
  • Loading branch information
mbaugustyn authored Oct 9, 2024
1 parent d676460 commit 0af247c
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions zapisy/apps/theses/assets/components/ThesesList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,17 +60,8 @@ export default class ThesesList extends Vue {
}
</script>

<style scoped>
.selection-none {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
</style>

<template>
<table class="table table-hover selection-none table-responsive-md">
<table class="table table-hover table-responsive-md">
<thead id="table-header">
<tr class="text-center">
<th>
Expand Down

0 comments on commit 0af247c

Please sign in to comment.