File tree 2 files changed +40
-8
lines changed
2 files changed +40
-8
lines changed Original file line number Diff line number Diff line change @@ -390,14 +390,29 @@ body.dark {
390
390
color : $dark-color ;
391
391
}
392
392
.dialog-dependencies ul li a .dependency.added {
393
- background : darken ($dark-primary , 10 );
393
+ background : #145374 ;
394
+ color : $dark-color ;
395
+ }
396
+ .dialog-dependencies ul li a .dependency.added :hover {
397
+ background : darken (#145374 , 5% );
398
+ color : $dark-color ;
399
+ }
400
+ .dialog-dependencies ul li a .dependency.added :hover strong {
401
+ color : $dark-color ;
402
+ }
403
+ .dialog-dependencies ul li a .dependency.added .icon-enter {
404
+ fill : $dark-color ;
394
405
}
395
406
.dialog-dependencies ul li .group-title span ,
396
407
.dialog-dependencies ul li a .dependency.selected ,
397
408
ul .dependencies-list li div span .group ,
398
409
.dialog-dependencies ul li a .dependency span .group {
399
410
background : $dark-primary ;
400
411
}
412
+ .dialog-dependencies ul li a .dependency.added.selected {
413
+ background : darken (#145374 , 5% );
414
+ color : $dark-color ;
415
+ }
401
416
.dialog-dependencies ul li a .dependency.selected span .group {
402
417
background : white ;
403
418
}
Original file line number Diff line number Diff line change @@ -954,25 +954,28 @@ button.button {
954
954
right : 15px ;
955
955
}
956
956
& .added {
957
- color : white ;
958
- background : darken ( $light-primary , 10 ) ;
957
+ color : $light-color ;
958
+ background : #e8f5f9 ;
959
959
margin-bottom : -1px ;
960
960
margin-top : -1px ;
961
961
padding : 13px 1rem ;
962
962
padding-right : 45px ;
963
- box-shadow : inset 0 1px 0 rgba (white , 0.2 );
963
+ box-shadow : inset 0 1px 0 rgba (black , 0.1 );
964
964
& :hover {
965
+ color : $light-color ;
966
+ background : darken (#e8f5f9 , 5% );
965
967
strong {
966
- color : white ;
968
+ color : $light-color ;
969
+ }
970
+ .icon-enter {
971
+ display : block ;
972
+ fill : $light-color ;
967
973
}
968
974
}
969
975
span .group {
970
976
background : white ;
971
977
color : $light-color ;
972
978
}
973
- .icon-enter {
974
- display : block ;
975
- }
976
979
}
977
980
& .selected {
978
981
color : white ;
@@ -994,6 +997,20 @@ button.button {
994
997
.icon-enter {
995
998
display : block ;
996
999
}
1000
+ & .added {
1001
+ color : $light-color ;
1002
+ background : darken (#e8f5f9 , 5% );
1003
+ .icon-enter {
1004
+ fill : $light-color ;
1005
+ }
1006
+ & :hover {
1007
+ color : $light-color ;
1008
+ background : darken (#e8f5f9 , 5% );
1009
+ strong {
1010
+ color : $light-color ;
1011
+ }
1012
+ }
1013
+ }
997
1014
}
998
1015
& .disabled ,
999
1016
& .disabled :hover ,
You can’t perform that action at this time.
0 commit comments