diff --git a/src/App.scss b/src/App.scss index 9618a2ac4..3e1e7e2f2 100644 --- a/src/App.scss +++ b/src/App.scss @@ -411,14 +411,6 @@ nav { button:not(.button-default) { color: var(--text); font-size: 100%; - text-align: initial; - padding: 0; - background: none; - border: none; - outline: none; - display: inline; - font-family: inherit; - line-height: unset; } &.disabled { @@ -444,6 +436,22 @@ nav { --__line-height: 1.5em; --__horizontal-gap: 0.75em; --__vertical-gap: 0.5em; + + &.-non-interactive { + cursor: auto; + } + + > a, + > button:not(.button-default) { + text-align: initial; + padding: 0; + background: none; + border: none; + outline: none; + display: inline; + font-family: inherit; + line-height: unset; + } } .button-unstyled { diff --git a/src/components/block_card/block_card.vue b/src/components/block_card/block_card.vue index be6069c14..90b9a2b16 100644 --- a/src/components/block_card/block_card.vue +++ b/src/components/block_card/block_card.vue @@ -1,5 +1,5 @@ diff --git a/src/components/confirm_modal/confirm_modal.vue b/src/components/confirm_modal/confirm_modal.vue index dbd5d8697..1a8e0ad4e 100644 --- a/src/components/confirm_modal/confirm_modal.vue +++ b/src/components/confirm_modal/confirm_modal.vue @@ -18,9 +18,7 @@ -
- -
+