diff --git a/assets/style.scss b/assets/style.scss index 3f92aae0..3f10bf24 100644 --- a/assets/style.scss +++ b/assets/style.scss @@ -171,12 +171,6 @@ form[disabled] { list-style: none; li { white-space: nowrap; - a:not([href='#']) { - display: none; - } - &:hover a:not([href='#']) { - display: inline; - } } >li:before { content: "⋅"; @@ -190,12 +184,6 @@ form[disabled] { list-style: none; li { white-space: nowrap; - a:not([href='#']) { - display: none; - } - &:hover a:not([href='#']) { - display: inline; - } } >li:before { content: "⁖"; diff --git a/components/Dictionary.vue b/components/Dictionary.vue index 12c59922..e0c6c34b 100644 --- a/components/Dictionary.vue +++ b/components/Dictionary.vue @@ -45,13 +45,11 @@ @@ -73,13 +71,11 @@ @@ -102,14 +98,12 @@
  • -
  • @@ -172,6 +166,16 @@ +
  • + + + + nouns.image + + +
  • diff --git a/components/Flag.vue b/components/Flag.vue index f67c956f..6faf5b77 100644 --- a/components/Flag.vue +++ b/components/Flag.vue @@ -1,6 +1,6 @@