File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55.vrts-list-table-page {
66
7- .vrts-page-title-action {
8- color : #fff ;
9- border-color : var (--vrts-admin-theme-color );
10-
11- & :hover {
12- color : #fff ;
13- border-color : var (--vrts-admin-theme-color );
14- }
15- }
16-
177 tbody {
188 background-color : #f6f7f9 ;
199 }
Original file line number Diff line number Diff line change 1212 margin : 0 ;
1313 }
1414
15- button ,
16- [type = " submit" ] {
17-
18- & :disabled {
19- pointer-events : none ;
20- opacity : 0.6 ;
21- }
22-
23- & :active {
24- padding : 0 10px !important ;
25- border-radius : 3px !important ;
26- margin : 0 !important ;
27- }
15+ .vrts-page-title-action {
16+ position : relative ;
17+ top : -3px ;
18+ min-height : 32px ;
19+ line-height : 2.30769231 ;
20+ padding : 0 12px ;
2821 }
2922}
3023
Original file line number Diff line number Diff line change 1313
1414 <menu class="page-title-actions">
1515 <li>
16- <button type="button" class="page-title-action vrts-page-title-action button-primary"
16+ <button type="button" class="vrts-page-title-action button-primary"
1717 id="<?php echo ( ! $ data ['is_connected ' ] || intval ( $ data ['remaining_tests ' ] ) === 0 ) ? 'modal-add-new-disabled ' : 'show-modal-add-new ' ; ?> "
1818 <?php echo ( ! $ data ['is_connected ' ] || intval ( $ data ['remaining_tests ' ] ) === 0 ) ? ' disabled ' : '' ; ?> >
1919 <?php esc_html_e ( 'Add New ' , 'visual-regression-tests ' ); ?>
2424 <form method="post" id="form-run-manual-tests">
2525 <?php wp_nonce_field ( 'submit_run_manual_tests ' , '_wpnonce ' ); ?>
2626 <input type="submit" name="submit_run_manual_tests" value="<?php esc_attr_e ( 'Run All Tests ' , 'visual-regression-tests ' ); ?> "
27- class="page-title-action button-secondary"
27+ class="vrts- page-title-action button-secondary"
2828 id="<?php echo ( ! $ data ['is_connected ' ] || ! $ data ['running_tests_count ' ] ) ? 'run-manual-tests-disabled ' : 'run-manual-tests ' ; ?> "
2929 <?php echo ( ! $ data ['is_connected ' ] || ! $ data ['running_tests_count ' ] ) ? ' disabled ' : '' ; ?>
3030 >
You can’t perform that action at this time.
0 commit comments