File tree Expand file tree Collapse file tree
visualpython/css/component Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7373 color : var (--font-primary );
7474 cursor : pointer;
7575}
76+ .vp-popup-category {
77+ color : var (--font-primary );
78+ font-size : 12px ;
79+ }
7680.vp-popup-frame .vp-focused .vp-popup-title {
7781 font-family : 'AppleSDGothicNeo' ;
7882 color : var (--font-highlight );
193197.vp-popup-button [data-type = "run" ] {
194198 display : inline-block;
195199 width : 60px ;
200+ min-width : 60px ;
196201 border-radius : 3px 0px 0px 3px ;
197202 border-right : 0.25px solid white !important ;
198203}
199204.vp-popup-button [data-type = "show-detail" ] {
200205 display : inline-block;
201206 width : 20px ;
207+ min-width : 20px ;
202208 height : 28px ;
203209 border-radius : 0px 3px 3px 0px ;
204210 padding : 0px 2px 0px 0px ;
267273 padding-left : 20px ;
268274 cursor : pointer;
269275 height : 15px ;
276+ line-height : 15px ;
270277 vertical-align : middle;
271278}
272279.vp-popup-frame input [type = checkbox ]: not (.vp-checkbox ): disabled + label ,
You can’t perform that action at this time.
0 commit comments