@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add OK icon. It's ok.

Summary: OK.

Test Plan: UIExamples

Reviewers: epriestley, btrahan

Reviewed By: btrahan

CC: Korvin, epriestley, aran

Differential Revision: https://secure.phabricator.com/D7972

+237 -210
+8 -8
resources/celerity/map.php
··· 7 7 return array( 8 8 'names' => 9 9 array( 10 - 'core.pkg.css' => '95ab640c', 10 + 'core.pkg.css' => '377958a6', 11 11 'core.pkg.js' => 'c907bd96', 12 12 'darkconsole.pkg.js' => 'ca8671ce', 13 - 'differential.pkg.css' => '827749c1', 13 + 'differential.pkg.css' => '5a65a762', 14 14 'differential.pkg.js' => '322ea941', 15 15 'diffusion.pkg.css' => '3783278d', 16 16 'diffusion.pkg.js' => '7b51e80a', ··· 56 56 'rsrc/css/application/countdown/timer.css' => '86b7b0a0', 57 57 'rsrc/css/application/diff/inline-comment-summary.css' => '14a91639', 58 58 'rsrc/css/application/differential/add-comment.css' => 'c478bcaa', 59 - 'rsrc/css/application/differential/changeset-view.css' => 'cb858fc0', 59 + 'rsrc/css/application/differential/changeset-view.css' => '82431767', 60 60 'rsrc/css/application/differential/core.css' => '8135cb0c', 61 61 'rsrc/css/application/differential/local-commits-view.css' => '19649019', 62 62 'rsrc/css/application/differential/results-table.css' => '239924f9', ··· 153 153 'rsrc/css/sprite-conpherence.css' => '084b1f13', 154 154 'rsrc/css/sprite-docs.css' => '7ea4927e', 155 155 'rsrc/css/sprite-gradient.css' => 'a10def53', 156 - 'rsrc/css/sprite-icons.css' => '069bd38d', 156 + 'rsrc/css/sprite-icons.css' => 'ce73ef3e', 157 157 'rsrc/css/sprite-login.css' => 'fa00ebdc', 158 158 'rsrc/css/sprite-main-header.css' => 'ba949d0d', 159 159 'rsrc/css/sprite-menu.css' => '9db4da0b', ··· 308 308 'rsrc/image/sprite-docs-X2.png' => '520858fa', 309 309 'rsrc/image/sprite-docs.png' => '4636297f', 310 310 'rsrc/image/sprite-gradient.png' => '4ece0b62', 311 - 'rsrc/image/sprite-icons-X2.png' => '9248e474', 312 - 'rsrc/image/sprite-icons.png' => '568c23a2', 311 + 'rsrc/image/sprite-icons-X2.png' => '2e9bb665', 312 + 'rsrc/image/sprite-icons.png' => 'edbe6b0d', 313 313 'rsrc/image/sprite-login-X2.png' => 'd2132242', 314 314 'rsrc/image/sprite-login.png' => '7f878f1d', 315 315 'rsrc/image/sprite-main-header.png' => 'bca643fc', ··· 495 495 'conpherence-notification-css' => 'f9ba9914', 496 496 'conpherence-update-css' => '1099a660', 497 497 'conpherence-widget-pane-css' => '87b12e0c', 498 - 'differential-changeset-view-css' => 'cb858fc0', 498 + 'differential-changeset-view-css' => '82431767', 499 499 'differential-core-view-css' => '8135cb0c', 500 500 'differential-inline-comment-editor' => 'f2441746', 501 501 'differential-local-commits-view-css' => '19649019', ··· 778 778 'sprite-conpherence-css' => '084b1f13', 779 779 'sprite-docs-css' => '7ea4927e', 780 780 'sprite-gradient-css' => 'a10def53', 781 - 'sprite-icons-css' => '069bd38d', 781 + 'sprite-icons-css' => 'ce73ef3e', 782 782 'sprite-login-css' => 'fa00ebdc', 783 783 'sprite-main-header-css' => 'ba949d0d', 784 784 'sprite-menu-css' => '9db4da0b',
resources/sprite/icons_1x/ok.png

This is a binary file and will not be displayed.

resources/sprite/icons_2x/ok.png

This is a binary file and will not be displayed.

resources/sprite/icons_grey_1x/ok.png

This is a binary file and will not be displayed.

resources/sprite/icons_grey_2x/ok.png

This is a binary file and will not be displayed.

resources/sprite/icons_white_1x/ok.png

This is a binary file and will not be displayed.

resources/sprite/icons_white_2x/ok.png

This is a binary file and will not be displayed.

+15
resources/sprite/manifest/icons.json
··· 841 841 "rule" : ".icons-octocat-white, .device-desktop .phabricator-action-view:hover .icons-octocat, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-octocat", 842 842 "hash" : "bda54b23d423de7b35a964ce9fdea4f2" 843 843 }, 844 + "icons-ok" : { 845 + "name" : "icons-ok", 846 + "rule" : ".icons-ok", 847 + "hash" : "6b2617f884e0d2ccb86dcef002d589ba" 848 + }, 849 + "icons-ok-grey" : { 850 + "name" : "icons-ok-grey", 851 + "rule" : ".icons-ok-grey", 852 + "hash" : "9cfda8cc4cb2dbca5f99a24efa5705a3" 853 + }, 854 + "icons-ok-white" : { 855 + "name" : "icons-ok-white", 856 + "rule" : ".icons-ok-white, .device-desktop .phabricator-action-view:hover .icons-ok, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-ok", 857 + "hash" : "cabecea04bc54ca57214fa53f6eb5118" 858 + }, 844 859 "icons-pause" : { 845 860 "name" : "icons-pause", 846 861 "rule" : ".icons-pause",
+2 -2
src/applications/uiexample/examples/PHUITagExample.php
··· 125 125 $icons[] = id(new PHUITagView()) 126 126 ->setType(PHUITagView::TYPE_STATE) 127 127 ->setBackgroundColor(PHUITagView::COLOR_GREEN) 128 - ->setIcon('check-white') 128 + ->setIcon('ok-white') 129 129 ->setName('Passed'); 130 130 $icons[] = hsprintf('<br /><br />'); 131 131 $icons[] = id(new PHUITagView()) ··· 137 137 $icons[] = id(new PHUITagView()) 138 138 ->setType(PHUITagView::TYPE_STATE) 139 139 ->setBackgroundColor(PHUITagView::COLOR_BLUE) 140 - ->setIcon('refresh-white') 140 + ->setIcon('play-white') 141 141 ->setName('Running'); 142 142 $icons[] = hsprintf('<br /><br />'); 143 143 $icons[] = id(new PHUITagView())
+212 -200
webroot/rsrc/css/sprite-icons.css
··· 13 13 only screen and (-webkit-min-device-pixel-ratio: 1.5) { 14 14 .sprite-icons { 15 15 background-image: url(/rsrc/image/sprite-icons-X2.png); 16 - background-size: 240px 240px; 16 + background-size: 240px 255px; 17 17 } 18 18 } 19 19 ··· 242 242 background-position: -105px -45px; 243 243 } 244 244 245 - .icons-pause { 245 + .icons-ok { 246 246 background-position: -120px -45px; 247 247 } 248 248 249 - .icons-perflab { 249 + .icons-pause { 250 250 background-position: -135px -45px; 251 251 } 252 252 253 - .icons-play { 253 + .icons-perflab { 254 254 background-position: -150px -45px; 255 255 } 256 256 257 - .icons-popout { 257 + .icons-play { 258 258 background-position: -165px -45px; 259 259 } 260 260 261 - .icons-preview { 261 + .icons-popout { 262 262 background-position: -180px -45px; 263 263 } 264 264 265 - .icons-project { 265 + .icons-preview { 266 266 background-position: -195px -45px; 267 267 } 268 268 269 - .icons-raise-priority { 269 + .icons-project { 270 270 background-position: -210px -45px; 271 271 } 272 272 273 - .icons-refresh { 273 + .icons-raise-priority { 274 274 background-position: -225px -45px; 275 275 } 276 276 277 - .icons-remove { 277 + .icons-refresh { 278 278 background-position: 0px -60px; 279 279 } 280 280 281 - .icons-search { 281 + .icons-remove { 282 282 background-position: -15px -60px; 283 283 } 284 284 285 - .icons-start-sandcastle { 285 + .icons-search { 286 286 background-position: -30px -60px; 287 287 } 288 288 289 - .icons-stop { 289 + .icons-start-sandcastle { 290 290 background-position: -45px -60px; 291 291 } 292 292 293 - .icons-tag { 293 + .icons-stop { 294 294 background-position: -60px -60px; 295 295 } 296 296 297 - .icons-transcript { 297 + .icons-tag { 298 298 background-position: -75px -60px; 299 299 } 300 300 301 - .icons-undo { 301 + .icons-transcript { 302 302 background-position: -90px -60px; 303 303 } 304 304 305 - .icons-unlock { 305 + .icons-undo { 306 306 background-position: -105px -60px; 307 307 } 308 308 309 - .icons-unmerge { 309 + .icons-unlock { 310 310 background-position: -120px -60px; 311 311 } 312 312 313 - .icons-unpublish { 313 + .icons-unmerge { 314 314 background-position: -135px -60px; 315 315 } 316 316 317 - .icons-upload { 317 + .icons-unpublish { 318 318 background-position: -150px -60px; 319 319 } 320 320 321 - .icons-user { 321 + .icons-upload { 322 322 background-position: -165px -60px; 323 323 } 324 324 325 - .icons-warning { 325 + .icons-user { 326 326 background-position: -180px -60px; 327 327 } 328 328 329 - .icons-world { 329 + .icons-warning { 330 330 background-position: -195px -60px; 331 331 } 332 332 333 - .icons-wrench { 333 + .icons-world { 334 334 background-position: -210px -60px; 335 335 } 336 336 337 - .icons-zip { 337 + .icons-wrench { 338 338 background-position: -225px -60px; 339 339 } 340 340 341 - .icons-action-menu-grey { 341 + .icons-zip { 342 342 background-position: 0px -75px; 343 343 } 344 344 345 - .icons-arrow_left-grey { 345 + .icons-action-menu-grey { 346 346 background-position: -15px -75px; 347 347 } 348 348 349 - .icons-arrow_right-grey { 349 + .icons-arrow_left-grey { 350 350 background-position: -30px -75px; 351 351 } 352 352 353 - .icons-attach-grey { 353 + .icons-arrow_right-grey { 354 354 background-position: -45px -75px; 355 355 } 356 356 357 - .icons-backward-grey { 357 + .icons-attach-grey { 358 358 background-position: -60px -75px; 359 359 } 360 360 361 - .icons-blame-grey { 361 + .icons-backward-grey { 362 362 background-position: -75px -75px; 363 363 } 364 364 365 - .icons-calendar-grey { 365 + .icons-blame-grey { 366 366 background-position: -90px -75px; 367 367 } 368 368 369 - .icons-check-grey { 369 + .icons-calendar-grey { 370 370 background-position: -105px -75px; 371 371 } 372 372 373 - .icons-comment-grey { 373 + .icons-check-grey { 374 374 background-position: -120px -75px; 375 375 } 376 376 377 - .icons-computer-grey { 377 + .icons-comment-grey { 378 378 background-position: -135px -75px; 379 379 } 380 380 381 - .icons-create-grey { 381 + .icons-computer-grey { 382 382 background-position: -150px -75px; 383 383 } 384 384 385 - .icons-data-grey { 385 + .icons-create-grey { 386 386 background-position: -165px -75px; 387 387 } 388 388 389 - .icons-delete-grey { 389 + .icons-data-grey { 390 390 background-position: -180px -75px; 391 391 } 392 392 393 - .icons-disable-grey { 393 + .icons-delete-grey { 394 394 background-position: -195px -75px; 395 395 } 396 396 397 - .icons-dislike-grey { 397 + .icons-disable-grey { 398 398 background-position: -210px -75px; 399 399 } 400 400 401 - .icons-download-alt-grey { 401 + .icons-dislike-grey { 402 402 background-position: -225px -75px; 403 403 } 404 404 405 - .icons-download-grey { 405 + .icons-download-alt-grey { 406 406 background-position: 0px -90px; 407 407 } 408 408 409 - .icons-edit-grey { 409 + .icons-download-grey { 410 410 background-position: -15px -90px; 411 411 } 412 412 413 - .icons-enable-grey { 413 + .icons-edit-grey { 414 414 background-position: -30px -90px; 415 415 } 416 416 417 - .icons-file-grey { 417 + .icons-enable-grey { 418 418 background-position: -45px -90px; 419 419 } 420 420 421 - .icons-film-grey { 421 + .icons-file-grey { 422 422 background-position: -60px -90px; 423 423 } 424 424 425 - .icons-flag-0-grey { 425 + .icons-film-grey { 426 426 background-position: -75px -90px; 427 427 } 428 428 429 - .icons-flag-1-grey { 429 + .icons-flag-0-grey { 430 430 background-position: -90px -90px; 431 431 } 432 432 433 - .icons-flag-2-grey { 433 + .icons-flag-1-grey { 434 434 background-position: -105px -90px; 435 435 } 436 436 437 - .icons-flag-3-grey { 437 + .icons-flag-2-grey { 438 438 background-position: -120px -90px; 439 439 } 440 440 441 - .icons-flag-4-grey { 441 + .icons-flag-3-grey { 442 442 background-position: -135px -90px; 443 443 } 444 444 445 - .icons-flag-5-grey { 445 + .icons-flag-4-grey { 446 446 background-position: -150px -90px; 447 447 } 448 448 449 - .icons-flag-6-grey { 449 + .icons-flag-5-grey { 450 450 background-position: -165px -90px; 451 451 } 452 452 453 - .icons-flag-7-grey { 453 + .icons-flag-6-grey { 454 454 background-position: -180px -90px; 455 455 } 456 456 457 - .icons-flag-ghost-grey { 457 + .icons-flag-7-grey { 458 458 background-position: -195px -90px; 459 459 } 460 460 461 - .icons-flag-grey { 461 + .icons-flag-ghost-grey { 462 462 background-position: -210px -90px; 463 463 } 464 464 465 - .icons-folder-open-grey { 465 + .icons-flag-grey { 466 466 background-position: -225px -90px; 467 467 } 468 468 469 - .icons-fork-grey { 469 + .icons-folder-open-grey { 470 470 background-position: 0px -105px; 471 471 } 472 472 473 - .icons-forward-grey { 473 + .icons-fork-grey { 474 474 background-position: -15px -105px; 475 475 } 476 476 477 - .icons-herald-grey { 477 + .icons-forward-grey { 478 478 background-position: -30px -105px; 479 479 } 480 480 481 - .icons-highlight-grey { 481 + .icons-herald-grey { 482 482 background-position: -45px -105px; 483 483 } 484 484 485 - .icons-history-grey { 485 + .icons-highlight-grey { 486 486 background-position: -60px -105px; 487 487 } 488 488 489 - .icons-home-grey { 489 + .icons-history-grey { 490 490 background-position: -75px -105px; 491 491 } 492 492 493 - .icons-image-grey { 493 + .icons-home-grey { 494 494 background-position: -90px -105px; 495 495 } 496 496 497 - .icons-like-grey { 497 + .icons-image-grey { 498 498 background-position: -105px -105px; 499 499 } 500 500 501 - .icons-link-grey { 501 + .icons-like-grey { 502 502 background-position: -120px -105px; 503 503 } 504 504 505 - .icons-lint-info-grey { 505 + .icons-link-grey { 506 506 background-position: -135px -105px; 507 507 } 508 508 509 - .icons-lint-ok-grey { 509 + .icons-lint-info-grey { 510 510 background-position: -150px -105px; 511 511 } 512 512 513 - .icons-lint-warning-grey { 513 + .icons-lint-ok-grey { 514 514 background-position: -165px -105px; 515 515 } 516 516 517 - .icons-lock-grey { 517 + .icons-lint-warning-grey { 518 518 background-position: -180px -105px; 519 519 } 520 520 521 - .icons-love-grey { 521 + .icons-lock-grey { 522 522 background-position: -195px -105px; 523 523 } 524 524 525 - .icons-lower-priority-grey { 525 + .icons-love-grey { 526 526 background-position: -210px -105px; 527 527 } 528 528 529 - .icons-merge-grey { 529 + .icons-lower-priority-grey { 530 530 background-position: -225px -105px; 531 531 } 532 532 533 - .icons-message-grey { 533 + .icons-merge-grey { 534 534 background-position: 0px -120px; 535 535 } 536 536 537 - .icons-meta-mta-grey { 537 + .icons-message-grey { 538 538 background-position: -15px -120px; 539 539 } 540 540 541 - .icons-move-grey { 541 + .icons-meta-mta-grey { 542 542 background-position: -30px -120px; 543 543 } 544 544 545 - .icons-music-grey { 545 + .icons-move-grey { 546 546 background-position: -45px -120px; 547 547 } 548 548 549 - .icons-new-grey { 549 + .icons-music-grey { 550 550 background-position: -60px -120px; 551 551 } 552 552 553 - .icons-none-grey { 553 + .icons-new-grey { 554 554 background-position: -75px -120px; 555 555 } 556 556 557 - .icons-normal-priority-grey { 557 + .icons-none-grey { 558 558 background-position: -90px -120px; 559 559 } 560 560 561 - .icons-octocat-grey { 561 + .icons-normal-priority-grey { 562 562 background-position: -105px -120px; 563 563 } 564 564 565 - .icons-pause-grey { 565 + .icons-octocat-grey { 566 566 background-position: -120px -120px; 567 567 } 568 568 569 - .icons-perflab-grey { 569 + .icons-ok-grey { 570 570 background-position: -135px -120px; 571 571 } 572 572 573 - .icons-play-grey { 573 + .icons-pause-grey { 574 574 background-position: -150px -120px; 575 575 } 576 576 577 - .icons-popout-grey { 577 + .icons-perflab-grey { 578 578 background-position: -165px -120px; 579 579 } 580 580 581 - .icons-preview-grey { 581 + .icons-play-grey { 582 582 background-position: -180px -120px; 583 583 } 584 584 585 - .icons-project-grey { 585 + .icons-popout-grey { 586 586 background-position: -195px -120px; 587 587 } 588 588 589 - .icons-raise-priority-grey { 589 + .icons-preview-grey { 590 590 background-position: -210px -120px; 591 591 } 592 592 593 - .icons-refresh-grey { 593 + .icons-project-grey { 594 594 background-position: -225px -120px; 595 595 } 596 596 597 - .icons-remove-grey { 597 + .icons-raise-priority-grey { 598 598 background-position: 0px -135px; 599 599 } 600 600 601 - .icons-search-grey { 601 + .icons-refresh-grey { 602 602 background-position: -15px -135px; 603 603 } 604 604 605 - .icons-start-sandcastle-grey { 605 + .icons-remove-grey { 606 606 background-position: -30px -135px; 607 607 } 608 608 609 - .icons-stop-grey { 609 + .icons-search-grey { 610 610 background-position: -45px -135px; 611 611 } 612 612 613 - .icons-tag-grey { 613 + .icons-start-sandcastle-grey { 614 614 background-position: -60px -135px; 615 615 } 616 616 617 - .icons-transcript-grey { 617 + .icons-stop-grey { 618 618 background-position: -75px -135px; 619 619 } 620 620 621 - .icons-undo-grey { 621 + .icons-tag-grey { 622 622 background-position: -90px -135px; 623 623 } 624 624 625 - .icons-unlock-grey { 625 + .icons-transcript-grey { 626 626 background-position: -105px -135px; 627 627 } 628 628 629 - .icons-unmerge-grey { 629 + .icons-undo-grey { 630 630 background-position: -120px -135px; 631 631 } 632 632 633 - .icons-unpublish-grey { 633 + .icons-unlock-grey { 634 634 background-position: -135px -135px; 635 635 } 636 636 637 - .icons-upload-grey { 637 + .icons-unmerge-grey { 638 638 background-position: -150px -135px; 639 639 } 640 640 641 - .icons-user-grey { 641 + .icons-unpublish-grey { 642 642 background-position: -165px -135px; 643 643 } 644 644 645 - .icons-warning-grey { 645 + .icons-upload-grey { 646 646 background-position: -180px -135px; 647 647 } 648 648 649 - .icons-world-grey { 649 + .icons-user-grey { 650 650 background-position: -195px -135px; 651 651 } 652 652 653 - .icons-wrench-grey { 653 + .icons-warning-grey { 654 654 background-position: -210px -135px; 655 655 } 656 656 657 - .icons-zip-grey { 657 + .icons-world-grey { 658 658 background-position: -225px -135px; 659 659 } 660 660 661 - .icons-action-menu-white, .device-desktop .phabricator-action-view:hover .icons-action-menu, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-action-menu { 661 + .icons-wrench-grey { 662 662 background-position: 0px -150px; 663 663 } 664 664 665 - .icons-arrow_left-white, .device-desktop .phabricator-action-view:hover .icons-arrow_left, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-arrow_left { 665 + .icons-zip-grey { 666 666 background-position: -15px -150px; 667 667 } 668 668 669 - .icons-arrow_right-white, .device-desktop .phabricator-action-view:hover .icons-arrow_right, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-arrow_right { 669 + .icons-action-menu-white, .device-desktop .phabricator-action-view:hover .icons-action-menu, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-action-menu { 670 670 background-position: -30px -150px; 671 671 } 672 672 673 - .icons-attach-white, .device-desktop .phabricator-action-view:hover .icons-attach, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-attach { 673 + .icons-arrow_left-white, .device-desktop .phabricator-action-view:hover .icons-arrow_left, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-arrow_left { 674 674 background-position: -45px -150px; 675 675 } 676 676 677 - .icons-backward-white, .device-desktop .phabricator-action-view:hover .icons-backward, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-backward { 677 + .icons-arrow_right-white, .device-desktop .phabricator-action-view:hover .icons-arrow_right, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-arrow_right { 678 678 background-position: -60px -150px; 679 679 } 680 680 681 - .icons-blame-white, .device-desktop .phabricator-action-view:hover .icons-blame, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-blame { 681 + .icons-attach-white, .device-desktop .phabricator-action-view:hover .icons-attach, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-attach { 682 682 background-position: -75px -150px; 683 683 } 684 684 685 - .icons-calendar-white, .device-desktop .phabricator-action-view:hover .icons-calendar, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-calendar { 685 + .icons-backward-white, .device-desktop .phabricator-action-view:hover .icons-backward, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-backward { 686 686 background-position: -90px -150px; 687 687 } 688 688 689 - .icons-check-white, .device-desktop .phabricator-action-view:hover .icons-check, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-check { 689 + .icons-blame-white, .device-desktop .phabricator-action-view:hover .icons-blame, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-blame { 690 690 background-position: -105px -150px; 691 691 } 692 692 693 - .icons-comment-white, .device-desktop .phabricator-action-view:hover .icons-comment, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-comment { 693 + .icons-calendar-white, .device-desktop .phabricator-action-view:hover .icons-calendar, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-calendar { 694 694 background-position: -120px -150px; 695 695 } 696 696 697 - .icons-computer-white, .device-desktop .phabricator-action-view:hover .icons-computer, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-computer { 697 + .icons-check-white, .device-desktop .phabricator-action-view:hover .icons-check, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-check { 698 698 background-position: -135px -150px; 699 699 } 700 700 701 - .icons-create-white, .device-desktop .phabricator-action-view:hover .icons-create, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-create { 701 + .icons-comment-white, .device-desktop .phabricator-action-view:hover .icons-comment, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-comment { 702 702 background-position: -150px -150px; 703 703 } 704 704 705 - .icons-data-white, .device-desktop .phabricator-action-view:hover .icons-data, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-data { 705 + .icons-computer-white, .device-desktop .phabricator-action-view:hover .icons-computer, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-computer { 706 706 background-position: -165px -150px; 707 707 } 708 708 709 - .icons-delete-white, .device-desktop .phabricator-action-view:hover .icons-delete, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-delete { 709 + .icons-create-white, .device-desktop .phabricator-action-view:hover .icons-create, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-create { 710 710 background-position: -180px -150px; 711 711 } 712 712 713 - .icons-disable-white, .device-desktop .phabricator-action-view:hover .icons-disable, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-disable { 713 + .icons-data-white, .device-desktop .phabricator-action-view:hover .icons-data, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-data { 714 714 background-position: -195px -150px; 715 715 } 716 716 717 - .icons-dislike-white, .device-desktop .phabricator-action-view:hover .icons-dislike, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-dislike { 717 + .icons-delete-white, .device-desktop .phabricator-action-view:hover .icons-delete, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-delete { 718 718 background-position: -210px -150px; 719 719 } 720 720 721 - .icons-download-alt-white, .device-desktop .phabricator-action-view:hover .icons-download-alt, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-download-alt { 721 + .icons-disable-white, .device-desktop .phabricator-action-view:hover .icons-disable, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-disable { 722 722 background-position: -225px -150px; 723 723 } 724 724 725 - .icons-download-white, .device-desktop .phabricator-action-view:hover .icons-download, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-download { 725 + .icons-dislike-white, .device-desktop .phabricator-action-view:hover .icons-dislike, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-dislike { 726 726 background-position: 0px -165px; 727 727 } 728 728 729 - .icons-edit-white, .device-desktop .phabricator-action-view:hover .icons-edit, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-edit { 729 + .icons-download-alt-white, .device-desktop .phabricator-action-view:hover .icons-download-alt, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-download-alt { 730 730 background-position: -15px -165px; 731 731 } 732 732 733 - .icons-enable-white, .device-desktop .phabricator-action-view:hover .icons-enable, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-enable { 733 + .icons-download-white, .device-desktop .phabricator-action-view:hover .icons-download, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-download { 734 734 background-position: -30px -165px; 735 735 } 736 736 737 - .icons-file-white, .device-desktop .phabricator-action-view:hover .icons-file, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-file { 737 + .icons-edit-white, .device-desktop .phabricator-action-view:hover .icons-edit, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-edit { 738 738 background-position: -45px -165px; 739 739 } 740 740 741 - .icons-film-white, .device-desktop .phabricator-action-view:hover .icons-film, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-film { 741 + .icons-enable-white, .device-desktop .phabricator-action-view:hover .icons-enable, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-enable { 742 742 background-position: -60px -165px; 743 743 } 744 744 745 - .icons-flag-0-white, .device-desktop .phabricator-action-view:hover .icons-flag-0, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-flag-0 { 745 + .icons-file-white, .device-desktop .phabricator-action-view:hover .icons-file, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-file { 746 746 background-position: -75px -165px; 747 747 } 748 748 749 - .icons-flag-1-white, .device-desktop .phabricator-action-view:hover .icons-flag-1, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-flag-1 { 749 + .icons-film-white, .device-desktop .phabricator-action-view:hover .icons-film, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-film { 750 750 background-position: -90px -165px; 751 751 } 752 752 753 - .icons-flag-2-white, .device-desktop .phabricator-action-view:hover .icons-flag-2, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-flag-2 { 753 + .icons-flag-0-white, .device-desktop .phabricator-action-view:hover .icons-flag-0, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-flag-0 { 754 754 background-position: -105px -165px; 755 755 } 756 756 757 - .icons-flag-3-white, .device-desktop .phabricator-action-view:hover .icons-flag-3, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-flag-3 { 757 + .icons-flag-1-white, .device-desktop .phabricator-action-view:hover .icons-flag-1, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-flag-1 { 758 758 background-position: -120px -165px; 759 759 } 760 760 761 - .icons-flag-4-white, .device-desktop .phabricator-action-view:hover .icons-flag-4, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-flag-4 { 761 + .icons-flag-2-white, .device-desktop .phabricator-action-view:hover .icons-flag-2, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-flag-2 { 762 762 background-position: -135px -165px; 763 763 } 764 764 765 - .icons-flag-5-white, .device-desktop .phabricator-action-view:hover .icons-flag-5, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-flag-5 { 765 + .icons-flag-3-white, .device-desktop .phabricator-action-view:hover .icons-flag-3, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-flag-3 { 766 766 background-position: -150px -165px; 767 767 } 768 768 769 - .icons-flag-6-white, .device-desktop .phabricator-action-view:hover .icons-flag-6, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-flag-6 { 769 + .icons-flag-4-white, .device-desktop .phabricator-action-view:hover .icons-flag-4, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-flag-4 { 770 770 background-position: -165px -165px; 771 771 } 772 772 773 - .icons-flag-7-white, .device-desktop .phabricator-action-view:hover .icons-flag-7, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-flag-7 { 773 + .icons-flag-5-white, .device-desktop .phabricator-action-view:hover .icons-flag-5, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-flag-5 { 774 774 background-position: -180px -165px; 775 775 } 776 776 777 - .icons-flag-ghost-white, .device-desktop .phabricator-action-view:hover .icons-flag-ghost, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-flag-ghost { 777 + .icons-flag-6-white, .device-desktop .phabricator-action-view:hover .icons-flag-6, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-flag-6 { 778 778 background-position: -195px -165px; 779 779 } 780 780 781 - .icons-flag-white, .device-desktop .phabricator-action-view:hover .icons-flag, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-flag { 781 + .icons-flag-7-white, .device-desktop .phabricator-action-view:hover .icons-flag-7, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-flag-7 { 782 782 background-position: -210px -165px; 783 783 } 784 784 785 - .icons-folder-open-white, .device-desktop .phabricator-action-view:hover .icons-folder-open, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-folder-open { 785 + .icons-flag-ghost-white, .device-desktop .phabricator-action-view:hover .icons-flag-ghost, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-flag-ghost { 786 786 background-position: -225px -165px; 787 787 } 788 788 789 - .icons-fork-white, .device-desktop .phabricator-action-view:hover .icons-fork, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-fork { 789 + .icons-flag-white, .device-desktop .phabricator-action-view:hover .icons-flag, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-flag { 790 790 background-position: 0px -180px; 791 791 } 792 792 793 - .icons-forward-white, .device-desktop .phabricator-action-view:hover .icons-forward, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-forward { 793 + .icons-folder-open-white, .device-desktop .phabricator-action-view:hover .icons-folder-open, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-folder-open { 794 794 background-position: -15px -180px; 795 795 } 796 796 797 - .icons-herald-white, .device-desktop .phabricator-action-view:hover .icons-herald, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-herald { 797 + .icons-fork-white, .device-desktop .phabricator-action-view:hover .icons-fork, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-fork { 798 798 background-position: -30px -180px; 799 799 } 800 800 801 - .icons-highlight-white, .device-desktop .phabricator-action-view:hover .icons-highlight, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-highlight { 801 + .icons-forward-white, .device-desktop .phabricator-action-view:hover .icons-forward, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-forward { 802 802 background-position: -45px -180px; 803 803 } 804 804 805 - .icons-history-white, .device-desktop .phabricator-action-view:hover .icons-history, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-history { 805 + .icons-herald-white, .device-desktop .phabricator-action-view:hover .icons-herald, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-herald { 806 806 background-position: -60px -180px; 807 807 } 808 808 809 - .icons-home-white, .device-desktop .phabricator-action-view:hover .icons-home, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-home { 809 + .icons-highlight-white, .device-desktop .phabricator-action-view:hover .icons-highlight, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-highlight { 810 810 background-position: -75px -180px; 811 811 } 812 812 813 - .icons-image-white, .device-desktop .phabricator-action-view:hover .icons-image, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-image { 813 + .icons-history-white, .device-desktop .phabricator-action-view:hover .icons-history, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-history { 814 814 background-position: -90px -180px; 815 815 } 816 816 817 - .icons-like-white, .device-desktop .phabricator-action-view:hover .icons-like, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-like { 817 + .icons-home-white, .device-desktop .phabricator-action-view:hover .icons-home, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-home { 818 818 background-position: -105px -180px; 819 819 } 820 820 821 - .icons-link-white, .device-desktop .phabricator-action-view:hover .icons-link, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-link { 821 + .icons-image-white, .device-desktop .phabricator-action-view:hover .icons-image, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-image { 822 822 background-position: -120px -180px; 823 823 } 824 824 825 - .icons-lint-info-white, .device-desktop .phabricator-action-view:hover .icons-lint-info, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-lint-info { 825 + .icons-like-white, .device-desktop .phabricator-action-view:hover .icons-like, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-like { 826 826 background-position: -135px -180px; 827 827 } 828 828 829 - .icons-lint-ok-white, .device-desktop .phabricator-action-view:hover .icons-lint-ok, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-lint-ok { 829 + .icons-link-white, .device-desktop .phabricator-action-view:hover .icons-link, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-link { 830 830 background-position: -150px -180px; 831 831 } 832 832 833 - .icons-lint-warning-white, .device-desktop .phabricator-action-view:hover .icons-lint-warning, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-lint-warning { 833 + .icons-lint-info-white, .device-desktop .phabricator-action-view:hover .icons-lint-info, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-lint-info { 834 834 background-position: -165px -180px; 835 835 } 836 836 837 - .icons-lock-white, .device-desktop .phabricator-action-view:hover .icons-lock, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-lock { 837 + .icons-lint-ok-white, .device-desktop .phabricator-action-view:hover .icons-lint-ok, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-lint-ok { 838 838 background-position: -180px -180px; 839 839 } 840 840 841 - .icons-love-white, .device-desktop .phabricator-action-view:hover .icons-love, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-love { 841 + .icons-lint-warning-white, .device-desktop .phabricator-action-view:hover .icons-lint-warning, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-lint-warning { 842 842 background-position: -195px -180px; 843 843 } 844 844 845 - .icons-lower-priority-white, .device-desktop .phabricator-action-view:hover .icons-lower-priority, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-lower-priority { 845 + .icons-lock-white, .device-desktop .phabricator-action-view:hover .icons-lock, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-lock { 846 846 background-position: -210px -180px; 847 847 } 848 848 849 - .icons-merge-white, .device-desktop .phabricator-action-view:hover .icons-merge, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-merge { 849 + .icons-love-white, .device-desktop .phabricator-action-view:hover .icons-love, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-love { 850 850 background-position: -225px -180px; 851 851 } 852 852 853 - .icons-message-white, .device-desktop .phabricator-action-view:hover .icons-message, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-message { 853 + .icons-lower-priority-white, .device-desktop .phabricator-action-view:hover .icons-lower-priority, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-lower-priority { 854 854 background-position: 0px -195px; 855 855 } 856 856 857 - .icons-meta-mta-white, .device-desktop .phabricator-action-view:hover .icons-meta-mta, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-meta-mta { 857 + .icons-merge-white, .device-desktop .phabricator-action-view:hover .icons-merge, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-merge { 858 858 background-position: -15px -195px; 859 859 } 860 860 861 - .icons-move-white, .device-desktop .phabricator-action-view:hover .icons-move, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-move { 861 + .icons-message-white, .device-desktop .phabricator-action-view:hover .icons-message, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-message { 862 862 background-position: -30px -195px; 863 863 } 864 864 865 - .icons-music-white, .device-desktop .phabricator-action-view:hover .icons-music, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-music { 865 + .icons-meta-mta-white, .device-desktop .phabricator-action-view:hover .icons-meta-mta, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-meta-mta { 866 866 background-position: -45px -195px; 867 867 } 868 868 869 - .icons-new-white, .device-desktop .phabricator-action-view:hover .icons-new, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-new { 869 + .icons-move-white, .device-desktop .phabricator-action-view:hover .icons-move, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-move { 870 870 background-position: -60px -195px; 871 871 } 872 872 873 - .icons-none-white, .device-desktop .phabricator-action-view:hover .icons-none, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-none { 873 + .icons-music-white, .device-desktop .phabricator-action-view:hover .icons-music, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-music { 874 874 background-position: -75px -195px; 875 875 } 876 876 877 - .icons-normal-priority-white, .device-desktop .phabricator-action-view:hover .icons-normal-priority, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-normal-priority { 877 + .icons-new-white, .device-desktop .phabricator-action-view:hover .icons-new, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-new { 878 878 background-position: -90px -195px; 879 879 } 880 880 881 - .icons-octocat-white, .device-desktop .phabricator-action-view:hover .icons-octocat, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-octocat { 881 + .icons-none-white, .device-desktop .phabricator-action-view:hover .icons-none, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-none { 882 882 background-position: -105px -195px; 883 883 } 884 884 885 - .icons-pause-white, .device-desktop .phabricator-action-view:hover .icons-pause, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-pause { 885 + .icons-normal-priority-white, .device-desktop .phabricator-action-view:hover .icons-normal-priority, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-normal-priority { 886 886 background-position: -120px -195px; 887 887 } 888 888 889 - .icons-perflab-white, .device-desktop .phabricator-action-view:hover .icons-perflab, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-perflab { 889 + .icons-octocat-white, .device-desktop .phabricator-action-view:hover .icons-octocat, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-octocat { 890 890 background-position: -135px -195px; 891 891 } 892 892 893 - .icons-play-white, .device-desktop .phabricator-action-view:hover .icons-play, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-play { 893 + .icons-ok-white, .device-desktop .phabricator-action-view:hover .icons-ok, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-ok { 894 894 background-position: -150px -195px; 895 895 } 896 896 897 - .icons-popout-white, .device-desktop .phabricator-action-view:hover .icons-popout, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-popout { 897 + .icons-pause-white, .device-desktop .phabricator-action-view:hover .icons-pause, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-pause { 898 898 background-position: -165px -195px; 899 899 } 900 900 901 - .icons-preview-white, .device-desktop .phabricator-action-view:hover .icons-preview, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-preview { 901 + .icons-perflab-white, .device-desktop .phabricator-action-view:hover .icons-perflab, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-perflab { 902 902 background-position: -180px -195px; 903 903 } 904 904 905 - .icons-project-white, .device-desktop .phabricator-action-view:hover .icons-project, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-project { 905 + .icons-play-white, .device-desktop .phabricator-action-view:hover .icons-play, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-play { 906 906 background-position: -195px -195px; 907 907 } 908 908 909 - .icons-raise-priority-white, .device-desktop .phabricator-action-view:hover .icons-raise-priority, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-raise-priority { 909 + .icons-popout-white, .device-desktop .phabricator-action-view:hover .icons-popout, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-popout { 910 910 background-position: -210px -195px; 911 911 } 912 912 913 - .icons-refresh-white, .device-desktop .phabricator-action-view:hover .icons-refresh, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-refresh { 913 + .icons-preview-white, .device-desktop .phabricator-action-view:hover .icons-preview, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-preview { 914 914 background-position: -225px -195px; 915 915 } 916 916 917 - .icons-remove-white, .device-desktop .phabricator-action-view:hover .icons-remove, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-remove { 917 + .icons-project-white, .device-desktop .phabricator-action-view:hover .icons-project, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-project { 918 918 background-position: 0px -210px; 919 919 } 920 920 921 - .icons-search-white, .device-desktop .phabricator-action-view:hover .icons-search, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-search { 921 + .icons-raise-priority-white, .device-desktop .phabricator-action-view:hover .icons-raise-priority, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-raise-priority { 922 922 background-position: -15px -210px; 923 923 } 924 924 925 - .icons-start-sandcastle-white, .device-desktop .phabricator-action-view:hover .icons-start-sandcastle, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-start-sandcastle { 925 + .icons-refresh-white, .device-desktop .phabricator-action-view:hover .icons-refresh, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-refresh { 926 926 background-position: -30px -210px; 927 927 } 928 928 929 - .icons-stop-white, .device-desktop .phabricator-action-view:hover .icons-stop, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-stop { 929 + .icons-remove-white, .device-desktop .phabricator-action-view:hover .icons-remove, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-remove { 930 930 background-position: -45px -210px; 931 931 } 932 932 933 - .icons-tag-white, .device-desktop .phabricator-action-view:hover .icons-tag, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-tag { 933 + .icons-search-white, .device-desktop .phabricator-action-view:hover .icons-search, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-search { 934 934 background-position: -60px -210px; 935 935 } 936 936 937 + .icons-start-sandcastle-white, .device-desktop .phabricator-action-view:hover .icons-start-sandcastle, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-start-sandcastle { 938 + background-position: -75px -210px; 939 + } 940 + 941 + .icons-stop-white, .device-desktop .phabricator-action-view:hover .icons-stop, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-stop { 942 + background-position: -90px -210px; 943 + } 944 + 945 + .icons-tag-white, .device-desktop .phabricator-action-view:hover .icons-tag, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-tag { 946 + background-position: -105px -210px; 947 + } 948 + 937 949 .icons-transcript-white, .device-desktop .phabricator-action-view:hover .icons-transcript, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-transcript { 938 - background-position: -75px -210px; 950 + background-position: -120px -210px; 939 951 } 940 952 941 953 .icons-undo-white, .device-desktop .phabricator-action-view:hover .icons-undo, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-undo { 942 - background-position: -90px -210px; 954 + background-position: -135px -210px; 943 955 } 944 956 945 957 .icons-unlock-white, .device-desktop .phabricator-action-view:hover .icons-unlock, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-unlock { 946 - background-position: -105px -210px; 958 + background-position: -150px -210px; 947 959 } 948 960 949 961 .icons-unmerge-white, .device-desktop .phabricator-action-view:hover .icons-unmerge, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-unmerge { 950 - background-position: -120px -210px; 962 + background-position: -165px -210px; 951 963 } 952 964 953 965 .icons-unpublish-white, .device-desktop .phabricator-action-view:hover .icons-unpublish, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-unpublish { 954 - background-position: -135px -210px; 966 + background-position: -180px -210px; 955 967 } 956 968 957 969 .icons-upload-white, .device-desktop .phabricator-action-view:hover .icons-upload, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-upload { 958 - background-position: -150px -210px; 970 + background-position: -195px -210px; 959 971 } 960 972 961 973 .icons-user-white, .device-desktop .phabricator-action-view:hover .icons-user, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-user { 962 - background-position: -165px -210px; 974 + background-position: -210px -210px; 963 975 } 964 976 965 977 .icons-warning-white, .device-desktop .phabricator-action-view:hover .icons-warning, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-warning { 966 - background-position: -180px -210px; 978 + background-position: -225px -210px; 967 979 } 968 980 969 981 .icons-world-white, .device-desktop .phabricator-action-view:hover .icons-world, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-world { 970 - background-position: -195px -210px; 982 + background-position: 0px -225px; 971 983 } 972 984 973 985 .icons-wrench-white, .device-desktop .phabricator-action-view:hover .icons-wrench, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-wrench { 974 - background-position: -210px -210px; 986 + background-position: -15px -225px; 975 987 } 976 988 977 989 .icons-zip-white, .device-desktop .phabricator-action-view:hover .icons-zip, .device-desktop .phui-list-sidenav .phui-list-item-href:hover .icons-zip { 978 - background-position: -225px -210px; 990 + background-position: -30px -225px; 979 991 } 980 992 981 993 .remarkup-assist-b { 982 - background-position: 0px -225px; 994 + background-position: -45px -225px; 983 995 } 984 996 985 997 .remarkup-assist-code { 986 - background-position: -15px -225px; 998 + background-position: -60px -225px; 987 999 } 988 1000 989 1001 .remarkup-assist-fullscreen { 990 - background-position: -30px -225px; 1002 + background-position: -75px -225px; 991 1003 } 992 1004 993 1005 .remarkup-control-fullscreen-mode .remarkup-assist-fullscreen { 994 - background-position: -45px -225px; 1006 + background-position: -90px -225px; 995 1007 } 996 1008 997 1009 .remarkup-assist-help { 998 - background-position: -60px -225px; 1010 + background-position: -105px -225px; 999 1011 } 1000 1012 1001 1013 .remarkup-assist-i { 1002 - background-position: -75px -225px; 1014 + background-position: -120px -225px; 1003 1015 } 1004 1016 1005 1017 .remarkup-assist-image { 1006 - background-position: -90px -225px; 1018 + background-position: -135px -225px; 1007 1019 } 1008 1020 1009 1021 .remarkup-assist-larger { 1010 - background-position: -105px -225px; 1022 + background-position: -150px -225px; 1011 1023 } 1012 1024 1013 1025 .remarkup-assist-link { 1014 - background-position: -120px -225px; 1026 + background-position: -165px -225px; 1015 1027 } 1016 1028 1017 1029 .remarkup-assist-meme { 1018 - background-position: -135px -225px; 1030 + background-position: -180px -225px; 1019 1031 } 1020 1032 1021 1033 .remarkup-assist-ol { 1022 - background-position: -150px -225px; 1034 + background-position: -195px -225px; 1023 1035 } 1024 1036 1025 1037 .remarkup-assist-table { 1026 - background-position: -165px -225px; 1038 + background-position: -210px -225px; 1027 1039 } 1028 1040 1029 1041 .remarkup-assist-tag { 1030 - background-position: -180px -225px; 1042 + background-position: -225px -225px; 1031 1043 } 1032 1044 1033 1045 .remarkup-assist-tt { 1034 - background-position: -195px -225px; 1046 + background-position: 0px -240px; 1035 1047 } 1036 1048 1037 1049 .remarkup-assist-ul { 1038 - background-position: -210px -225px; 1050 + background-position: -15px -240px; 1039 1051 }
webroot/rsrc/image/sprite-icons-X2.png

This is a binary file and will not be displayed.

webroot/rsrc/image/sprite-icons.png

This is a binary file and will not be displayed.