Kaynağa Gözat

fix bad color of messages in the menu

pull/342/head
Guillaume Vincent 7 yıl önce
ebeveyn
işleme
2d39060e13
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      src/components/Menu.vue

+ 1
- 1
src/components/Menu.vue Dosyayı Görüntüle

@@ -21,7 +21,7 @@
<span v-on:click="fullReload()" class="white-link pointer">LessPass</span>
</div>
<div class="col-9 text-right">
<span class="text-white" v-if="saved && isAuthenticated">
<span v-if="saved && isAuthenticated">
<small><i class="fa fa-lg fa-check pl-3" aria-hidden="true"></i> saved</small>
</span>
<span v-on:click="saveOrUpdatePassword()" class="white-link"


Yükleniyor…
İptal
Kaydet