@@ -137,23 +137,23 @@ html[data-sidebar-collapsed] .sidebar-container .sidebar-collapse-btn {
137137}
138138
139139.react-flow__node-landingLoop svg rect .landing-loop-animated-dash {
140- animation : dash-animation 1.5s linear infinite !important ;
140+ animation : dash-animation 1.5s linear infinite;
141141}
142142
143143/**
144144 * React Flow selection box styling
145145 * Uses brand-secondary color for selection highlighting
146146 */
147147.react-flow__selection {
148- background : rgba (51 , 180 , 255 , 0.08 ) !important ;
149- border : 1px solid var (--brand-secondary ) !important ;
148+ background : rgba (51 , 180 , 255 , 0.08 );
149+ border : 1px solid var (--brand-secondary );
150150}
151151
152152.react-flow__nodesselection-rect ,
153153.react-flow__nodesselection {
154- background : transparent !important ;
155- border : none !important ;
156- pointer-events : none !important ;
154+ background : transparent;
155+ border : none;
156+ pointer-events : none;
157157}
158158
159159/**
@@ -162,17 +162,17 @@ html[data-sidebar-collapsed] .sidebar-container .sidebar-collapse-btn {
162162 */
163163.workflow-container .canvas-mode-cursor .react-flow__pane ,
164164.workflow-container .canvas-mode-cursor .react-flow__selectionpane {
165- cursor : default !important ;
165+ cursor : default;
166166}
167167
168168.workflow-container .canvas-mode-hand .react-flow__pane ,
169169.workflow-container .canvas-mode-hand .react-flow__selectionpane {
170- cursor : grab !important ;
170+ cursor : grab;
171171}
172172
173173.workflow-container .canvas-mode-hand .react-flow__pane : active ,
174174.workflow-container .canvas-mode-hand .react-flow__selectionpane : active {
175- cursor : grabbing !important ;
175+ cursor : grabbing;
176176}
177177
178178/**
@@ -681,47 +681,47 @@ input[type="search"]::-ms-clear {
681681 */
682682 html [data-panel-active-tab = "copilot" ] .panel-container [data-tab-content = "toolbar" ],
683683 html [data-panel-active-tab = "copilot" ] .panel-container [data-tab-content = "editor" ] {
684- display : none !important ;
684+ display : none;
685685 }
686686
687687 html [data-panel-active-tab = "toolbar" ] .panel-container [data-tab-content = "copilot" ],
688688 html [data-panel-active-tab = "toolbar" ] .panel-container [data-tab-content = "editor" ] {
689- display : none !important ;
689+ display : none;
690690 }
691691
692692 html [data-panel-active-tab = "editor" ] .panel-container [data-tab-content = "copilot" ],
693693 html [data-panel-active-tab = "editor" ] .panel-container [data-tab-content = "toolbar" ] {
694- display : none !important ;
694+ display : none;
695695 }
696696
697697 html [data-panel-active-tab = "copilot" ] .panel-container [data-tab-button = "copilot" ] {
698- background-color : var (--border-1 ) !important ;
699- color : var (--text-primary ) !important ;
698+ background-color : var (--border-1 );
699+ color : var (--text-primary );
700700 }
701701 html [data-panel-active-tab = "copilot" ] .panel-container [data-tab-button = "toolbar" ],
702702 html [data-panel-active-tab = "copilot" ] .panel-container [data-tab-button = "editor" ] {
703- background-color : transparent !important ;
704- color : var (--text-tertiary ) !important ;
703+ background-color : transparent;
704+ color : var (--text-tertiary );
705705 }
706706
707707 html [data-panel-active-tab = "toolbar" ] .panel-container [data-tab-button = "toolbar" ] {
708- background-color : var (--border-1 ) !important ;
709- color : var (--text-primary ) !important ;
708+ background-color : var (--border-1 );
709+ color : var (--text-primary );
710710 }
711711 html [data-panel-active-tab = "toolbar" ] .panel-container [data-tab-button = "copilot" ],
712712 html [data-panel-active-tab = "toolbar" ] .panel-container [data-tab-button = "editor" ] {
713- background-color : transparent !important ;
714- color : var (--text-tertiary ) !important ;
713+ background-color : transparent;
714+ color : var (--text-tertiary );
715715 }
716716
717717 html [data-panel-active-tab = "editor" ] .panel-container [data-tab-button = "editor" ] {
718- background-color : var (--border-1 ) !important ;
719- color : var (--text-primary ) !important ;
718+ background-color : var (--border-1 );
719+ color : var (--text-primary );
720720 }
721721 html [data-panel-active-tab = "editor" ] .panel-container [data-tab-button = "copilot" ],
722722 html [data-panel-active-tab = "editor" ] .panel-container [data-tab-button = "toolbar" ] {
723- background-color : transparent !important ;
724- color : var (--text-tertiary ) !important ;
723+ background-color : transparent;
724+ color : var (--text-tertiary );
725725 }
726726}
727727
@@ -806,7 +806,7 @@ input[type="search"]::-ms-clear {
806806 */
807807.prose code ::before ,
808808.prose code ::after {
809- content : none !important ;
809+ content : none;
810810}
811811
812812/**
@@ -818,8 +818,8 @@ input[type="search"]::-ms-clear {
818818.prose h4 a ,
819819.prose h5 a ,
820820.prose h6 a {
821- text-decoration : none !important ;
822- color : inherit !important ;
821+ text-decoration : none;
822+ color : inherit;
823823}
824824
825825/**
@@ -830,10 +830,10 @@ input[type="search"]::-ms-clear {
830830 * ,
831831 * ::before ,
832832 * ::after {
833- animation-duration : 0.01ms !important ;
834- animation-iteration-count : 1 !important ;
835- transition-duration : 0.01ms !important ;
836- scroll-behavior : auto !important ;
833+ animation-duration : 0.01ms ;
834+ animation-iteration-count : 1 ;
835+ transition-duration : 0.01ms ;
836+ scroll-behavior : auto;
837837 }
838838}
839839
@@ -956,8 +956,8 @@ input[type="search"]::-ms-clear {
956956/* Subflow node drag-over styles */
957957.loop-node-drag-over ,
958958.parallel-node-drag-over {
959- box-shadow : 0 0 0 1.75px var (--brand-secondary ) !important ;
960- border-radius : 8px !important ;
959+ box-shadow : 0 0 0 1.75px var (--brand-secondary );
960+ border-radius : 8px ;
961961}
962962
963963.react-flow__node [data-parent-node-id ] .react-flow__handle {
0 commit comments