File tree Expand file tree Collapse file tree 1 file changed +17
-5
lines changed
branching_xblock/static/css Expand file tree Collapse file tree 1 file changed +17
-5
lines changed Original file line number Diff line number Diff line change 610610
611611.xblock-actions .action-primary {
612612 min-height : 36px ;
613- border : 1 px solid # 006fb9 ;
613+ border : none ;
614614 border-radius : 6px ;
615- background : # 006fb9 ;
615+ background : # 0f62a1 ;
616616 color : # fff ;
617- padding : 6 px 12 px ;
618- font-size : 14 px ;
619- font-weight : 500 ;
617+ padding : 11 px 24 px ;
618+ font-size : 16 px ;
619+ font-weight : 600 ;
620620 line-height : 1.2 ;
621+ cursor : pointer;
622+ transition : background-color 0.2s ease;
623+ }
624+
625+ .xblock-actions .action-primary : disabled {
626+ opacity : 0.5 ;
627+ cursor : not-allowed;
628+ }
629+
630+ .xblock-actions .action-primary : not (: disabled ): hover ,
631+ .xblock-actions .action-primary : not (: disabled ): focus {
632+ background-color : # 0c4f83 ;
621633}
622634
623635.xblock-actions .action-secondary {
You can’t perform that action at this time.
0 commit comments