@@ -77,7 +77,7 @@ main.container {
7777
7878.ui .dropdown .menu > .item ,
7979.ui .selection .dropdown .menu > .item {
80- padding : 8px 5 px !important ;
80+ padding : 8px 8 px !important ;
8181 font-size : 11px ;
8282}
8383
@@ -125,17 +125,17 @@ main.container {
125125 cursor : pointer;
126126 background : # fff ;
127127 border : 1px solid # ccc ;
128- border-radius : 2 px ;
128+ border-radius : var ( --button-border-radius ) ;
129129 line-height : 11px ;
130130 height : 23px ;
131- padding : 0 5 px ;
131+ padding : 0 8 px ;
132132 outline : 0 ;
133133 box-sizing : content-box;
134134 transition : border-color 200ms , background-color 200ms ;
135135}
136136
137137.button : hover {
138- border-color : # 4b4c5a ;
138+ border-color : var ( --button-hover-color ) ;
139139}
140140
141141.button : disabled {
@@ -284,12 +284,16 @@ main.container {
284284 line-height : 24px ;
285285 font-weight : bold;
286286 cursor : pointer;
287- color : # 000 ;
287+ color : var ( --text-color ) ;
288288 margin-bottom : 5px ;
289289
290290 user-select : none;
291291}
292292
293+ .section__title : hover {
294+ opacity : 0.7 ;
295+ }
296+
293297.ui .checkbox .indeterminate label : after {
294298 margin-top : 0.5px ;
295299}
@@ -298,11 +302,23 @@ main.container {
298302.tests-group__title .ui .checkbox {
299303 vertical-align : bottom;
300304 margin-right : 5px ;
301-
305+ bottom : 2 px ;
302306 width : 18px ;
303307 height : 18px ;
304308}
305309
310+ .tests-group__title .ui .checkbox {
311+ bottom : -2px ;
312+ }
313+
314+ .section__body .ui .checkbox {
315+ bottom : 1px ;
316+ }
317+
318+ .section__title_type_browser .ui .checkbox {
319+ bottom : 0 ;
320+ }
321+
306322.section__title .ui .checkbox label : before ,
307323.tests-group__title .ui .checkbox label : before {
308324 width : 14px ;
@@ -442,12 +458,6 @@ details[open] > .details__summary:before {
442458 border-color : var (--report-color-success ) !important ;
443459}
444460
445- .section_status_success > .section__title : hover ,
446- .state-title_success : hover ,
447- .state-title_updated : hover {
448- color : # 5ed15e ;
449- }
450-
451461.section_status_fail > .section__title ,
452462.section_status_error > .section__title ,
453463.state-title_fail ,
@@ -463,13 +473,6 @@ details[open] > .details__summary:before {
463473 border-color : var (--report-color-fail ) !important ;
464474}
465475
466- .section_status_fail > .section__title : hover ,
467- .section_status_error > .section__title : hover ,
468- .state-title_fail : hover ,
469- .state-title_error : hover {
470- color : # e66767 ;
471- }
472-
473476.section__body ,
474477.tests-group__body {
475478 padding-left : 10px ;
@@ -775,9 +778,9 @@ a:active {
775778 line-height : 25px ;
776779 font-family : inherit;
777780 outline : 0 ;
778- padding : 3px 5 px ;
781+ padding : 3px 8 px ;
779782 border : 1px solid # ccc ;
780- border-radius : 2 px ;
783+ border-radius : var ( --button-border-radius ) ;
781784 height : 25px ;
782785}
783786
0 commit comments