Commit caa2b9d3 authored by Himanshu Kapoor's avatar Himanshu Kapoor

Remove active class from blob viewer switcher

parent 07705473
...@@ -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