Commit 544adf54 authored by David O'Regan's avatar David O'Regan

Merge branch '255103-blob-switcher-active' into 'master'

Snippets: Remove `active` class from blob viewer switcher

See merge request gitlab-org/gitlab!49676
parents de6d6c5a caa2b9d3
...@@ -50,7 +50,6 @@ export default { ...@@ -50,7 +50,6 @@ export default {
:aria-label="$options.SIMPLE_BLOB_VIEWER_TITLE" :aria-label="$options.SIMPLE_BLOB_VIEWER_TITLE"
:title="$options.SIMPLE_BLOB_VIEWER_TITLE" :title="$options.SIMPLE_BLOB_VIEWER_TITLE"
:selected="isSimpleViewer" :selected="isSimpleViewer"
:class="{ active: isSimpleViewer }"
icon="code" icon="code"
category="primary" category="primary"
variant="default" variant="default"
...@@ -61,7 +60,6 @@ export default { ...@@ -61,7 +60,6 @@ export default {
:aria-label="$options.RICH_BLOB_VIEWER_TITLE" :aria-label="$options.RICH_BLOB_VIEWER_TITLE"
:title="$options.RICH_BLOB_VIEWER_TITLE" :title="$options.RICH_BLOB_VIEWER_TITLE"
:selected="isRichViewer" :selected="isRichViewer"
:class="{ active: isRichViewer }"
icon="document" icon="document"
category="primary" category="primary"
variant="default" variant="default"
......
---
title: Fix outline on selected button in Snippets Rendered/Source buttons
merge_request: 49676
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment