Multiple fixes

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2020-06-11 11:45:52 +02:00
parent fea721e5f9
commit da4ea84baf
7 changed files with 79 additions and 37 deletions

View File

@@ -98,7 +98,7 @@
>{{ $t("Edit") }}</b-button
>
</li>
<li>
<li v-if="participation.role === ParticipantRole.CREATOR">
<b-button
type="is-text"
@click="

View File

@@ -1,8 +1,9 @@
<template>
<label>
<label for="navSearchField">
<span class="visually-hidden">{{ defaultPlaceHolder }}</span>
<b-input
custom-class="searchField"
id="navSearchField"
icon="magnify"
type="search"
rounded