Skip to content
Snippets Groups Projects
Commit 5ba72708 authored by Pierre-Jean CHANCELLIER's avatar Pierre-Jean CHANCELLIER
Browse files

make btnTheme focusable

parent bfa136c9
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,8 @@ ...@@ -7,7 +7,8 @@
class="switch-checkbox" /> class="switch-checkbox" />
<label <label
for="checkbox" for="checkbox"
class="switch-label d-flex align-items-center justify-content-between position-relative mb-0"> class="switch-label d-flex align-items-center justify-content-between position-relative mb-0 form-control"
tabindex="0">
<span>🌙</span> <span>🌙</span>
<span>☀️</span> <span>☀️</span>
<div <div
......
...@@ -46,21 +46,6 @@ export default { ...@@ -46,21 +46,6 @@ export default {
error: null error: null
} }
}, },
// local functions. You can use :
// {{ myFunction() }} in template if a value is returned
// - this.myFunction everywhere in the page but not in arrows functions
// - @event="myFunction" on Vue eventHandlers
// methods: {
// myFunction() {
// }
// },
// For computed values. Use {{ myComputedValue }} in the template
// computed: {
// myComputedValue : function() {
// return this.var * 3
// }
// },
apollo: { apollo: {
favoris: { favoris: {
query: FAVORIS, query: FAVORIS,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment