mirror of
https://github.com/kevin-DL/build-gmail-clone-with-vue-3.git
synced 2026-01-17 05:04:51 +00:00
Better checkboxes, global button css
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
class="clickable">
|
||||
<td>
|
||||
<input type="checkbox"
|
||||
:checked="emailSelection.emails.has(email)"
|
||||
@click="emailSelection.toggle(email)" />
|
||||
:checked="emailSelection.emails.has(email)"
|
||||
@click="emailSelection.toggle(email)">
|
||||
</td>
|
||||
<td>{{email.from}}</td>
|
||||
<td>
|
||||
|
||||
@@ -55,11 +55,4 @@
|
||||
.email {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
button {
|
||||
font-size: 16px;
|
||||
padding: 8px;
|
||||
border-radius: 3px;
|
||||
margin: 5px 10px 5px 0px;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user