diff --git a/src/styles/styles.scss b/src/styles/styles.scss index c3ba4a5..d5f5432 100644 --- a/src/styles/styles.scss +++ b/src/styles/styles.scss @@ -55,6 +55,12 @@ pointer-events: none; } +.cmdr-advanced-toolbar-settings .extra-setting-button.is-disabled { + opacity: 0.35; + cursor: default; + pointer-events: none; +} + .cmdr-menu-more-options { color: var(--text-muted); position: absolute; diff --git a/src/ui/components/AdvancedToolbarSettings.tsx b/src/ui/components/AdvancedToolbarSettings.tsx index b1fc17a..2dd6f39 100644 --- a/src/ui/components/AdvancedToolbarSettings.tsx +++ b/src/ui/components/AdvancedToolbarSettings.tsx @@ -297,7 +297,11 @@ export default function AdvancedToolbarSettings({ )} -
+
); }