diff options
| author | Jay V <[email protected]> | 2025-10-30 20:24:29 -0400 |
|---|---|---|
| committer | Jay V <[email protected]> | 2025-10-30 20:24:29 -0400 |
| commit | 43e272e6c4a631b96e1958271e72700bea0d4bdd (patch) | |
| tree | fd58266657cc60c671d117d6e99679c7849356e9 /packages/console/app/src/component/header-context-menu.css | |
| parent | 2f9f189f390401b3314c74bd9f83e64b2420cd65 (diff) | |
| download | opencode-43e272e6c4a631b96e1958271e72700bea0d4bdd.tar.gz opencode-43e272e6c4a631b96e1958271e72700bea0d4bdd.zip | |
ignore: refactor header context menu to use CSS styling and router navigation
Diffstat (limited to 'packages/console/app/src/component/header-context-menu.css')
| -rw-r--r-- | packages/console/app/src/component/header-context-menu.css | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/packages/console/app/src/component/header-context-menu.css b/packages/console/app/src/component/header-context-menu.css index 149686e72..34177457d 100644 --- a/packages/console/app/src/component/header-context-menu.css +++ b/packages/console/app/src/component/header-context-menu.css @@ -32,12 +32,6 @@ border-radius: 2px; transition: background-color 0.2s ease; - .context-menu-item [data-slot="copy light"], - .context-menu-item [data-slot="copy dark"] { - width: 22px !important; - height: 26px !important; - } - [data-slot="copy dark"] { display: none; } @@ -55,6 +49,11 @@ background-color: var(--color-background-weak-hover); color: var(--color-text-strong); } + + img { + width: 22px; + height: 26px; + } } .context-menu-divider { |
