|
399 | 399 | width: 100%; |
400 | 400 | margin: 4px 0; |
401 | 401 | overflow: hidden; |
| 402 | + border-radius: 3px; |
402 | 403 | } |
403 | 404 |
|
404 | 405 | .monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails .getting-started-step .button-container:not(:last-of-type) { |
|
407 | 408 |
|
408 | 409 | .monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails .getting-started-step.expanded { |
409 | 410 | cursor: default !important; |
| 411 | + border: 1px solid var(--vscode-editorWidget-border); |
410 | 412 | } |
411 | 413 |
|
412 | 414 | .monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails .getting-started-step.expanded>.codicon { |
|
455 | 457 | } |
456 | 458 |
|
457 | 459 | .monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails .getting-started-step .shortcut-message { |
458 | | - opacity: 0.8; |
459 | | - font-size: 8pt; |
| 460 | + color: var(--vscode-descriptionForeground); |
| 461 | + font-size: 12px; |
460 | 462 | } |
461 | 463 |
|
462 | 464 | .monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails .getting-started-step .shortcut-message .keybinding { |
463 | | - font-weight: bold; |
| 465 | + font-weight: 600; |
464 | 466 | } |
465 | 467 |
|
466 | 468 | .monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails .getting-started-step .step-next { |
|
626 | 628 | cursor: pointer; |
627 | 629 | } |
628 | 630 |
|
| 631 | +/* Don't show focus outline on mouse click. Instead only show outline on keyboard focus. */ |
629 | 632 | .monaco-workbench .part.editor>.content .gettingStartedContainer button:focus { |
630 | | - outline-style: solid; |
631 | | - outline-width: 1px; |
| 633 | + outline: none; |
| 634 | +} |
| 635 | + |
| 636 | +.monaco-workbench .part.editor>.content .gettingStartedContainer button:focus-visible { |
| 637 | + outline: 1px solid var(--vscode-focusBorder); |
| 638 | + outline-offset: -1px; |
632 | 639 | } |
633 | 640 |
|
634 | 641 | .monaco-workbench .part.editor>.content .gettingStartedContainer .prev-button.button-link { |
|
668 | 675 | left: -4px; |
669 | 676 | } |
670 | 677 |
|
671 | | -.monaco-workbench .part.editor>.content .gettingStartedContainer .button-link .codicon-arrow-small-right { |
672 | | - padding-left: 8px; |
| 678 | +.monaco-workbench .part.editor>.content .gettingStartedContainer .button-link .codicon-arrow-right { |
| 679 | + padding-left: 4px; |
673 | 680 | } |
674 | 681 |
|
675 | 682 | .monaco-workbench .part.editor>.content .gettingStartedContainer .button-link .codicon-check-all { |
676 | | - padding-right: 8px; |
| 683 | + padding-right: 4px; |
677 | 684 | } |
678 | 685 |
|
679 | 686 | .monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlide .skip { |
|
684 | 691 | } |
685 | 692 |
|
686 | 693 | .monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails h2 { |
| 694 | + font-size: 26px; |
687 | 695 | font-weight: normal; |
688 | | - line-height: 26px; |
689 | | - margin: 0 0 4px 0; |
| 696 | + margin: 0 0 8px 0; |
690 | 697 | } |
691 | 698 |
|
692 | 699 | .monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails h2 .codicon { |
|
695 | 702 |
|
696 | 703 | .monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails h3 { |
697 | 704 | font-size: 13px; |
698 | | - font-weight: 700; |
| 705 | + font-weight: 600; |
699 | 706 | margin: 0; |
700 | 707 | } |
701 | 708 |
|
|
800 | 807 | visibility: visible; |
801 | 808 | } |
802 | 809 |
|
| 810 | +.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails .getting-started-step .step-description-container span { |
| 811 | + line-height: 1.3em; |
| 812 | +} |
| 813 | + |
803 | 814 | .monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails .getting-started-step .step-description-container .monaco-button, .monaco-workbench .part.editor>.content .gettingStartedContainer .max-lines-3 { |
804 | 815 | /* Supported everywhere: https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-line-clamp#browser_compatibility */ |
805 | 816 | -webkit-line-clamp: 3; |
|
808 | 819 | overflow: hidden; |
809 | 820 | } |
810 | 821 |
|
| 822 | +.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails .getting-started-step .step-description-container .monaco-button { |
| 823 | + height: 26px; |
| 824 | + display: flex; |
| 825 | + margin-bottom: 8px; |
| 826 | + align-items: center; |
| 827 | +} |
| 828 | + |
811 | 829 | .monaco-workbench .part.editor>.content .gettingStartedContainer .hide-category-button { |
812 | 830 | padding: 3px; |
813 | 831 | border-radius: 5px; |
|
828 | 846 |
|
829 | 847 | .monaco-workbench .part.editor > .content .gettingStartedContainer .description { |
830 | 848 | color: var(--vscode-descriptionForeground); |
| 849 | + line-height: 1.4em; |
831 | 850 | } |
832 | 851 |
|
833 | 852 | .monaco-workbench .part.editor > .content .gettingStartedContainer .category-progress .message { |
|
854 | 873 | background: var(--vscode-welcomePage-tileBackground); |
855 | 874 | } |
856 | 875 |
|
857 | | -.monaco-workbench .part.editor > .content .gettingStartedContainer .gettingStartedSlideCategories .getting-started-category { |
858 | | - filter: drop-shadow(2px 2px 2px var(--vscode-welcomePage-tileShadow)); |
859 | | -} |
860 | | - |
861 | 876 | .monaco-workbench .part.editor > .content .gettingStartedContainer button:hover { |
862 | 877 | background: var(--vscode-welcomePage-tileHoverBackground); |
863 | 878 | outline-color: var(--vscode-contrastActiveBorder, var(--vscode-focusBorder)); |
|
0 commit comments