|
47 | 47 |
|
48 | 48 |
|
49 | 49 | .monaco-workbench .dialog-box .dialog-close-action { |
50 | | - background: url('close.svg') center center no-repeat; |
| 50 | + background: url('close-light.svg') center center no-repeat; |
51 | 51 | } |
52 | 52 |
|
53 | 53 | .vs-dark .monaco-workbench .dialog-box .dialog-close-action, |
54 | 54 | .hc-black .monaco-workbench .dialog-box .dialog-close-action { |
55 | | - background: url('close-inverse.svg') center center no-repeat; |
| 55 | + background: url('close-dark.svg') center center no-repeat; |
56 | 56 | } |
57 | 57 |
|
58 | 58 | /** Dialog: Message Row */ |
|
64 | 64 | } |
65 | 65 |
|
66 | 66 | .monaco-workbench .dialog-box .dialog-message-row .dialog-icon { |
67 | | - flex: 0 0 30px; |
68 | | - height: 30px; |
69 | | - padding-right: 4px; |
70 | | - padding-left: 4px; |
| 67 | + flex: 0 0 40px; |
| 68 | + height: 40px; |
| 69 | + align-self: baseline; |
71 | 70 | background-position: center; |
72 | 71 | background-repeat: no-repeat; |
| 72 | + background-size: 40px; |
73 | 73 | } |
74 | 74 |
|
75 | 75 | .vs .monaco-workbench .dialog-box .dialog-message-row .dialog-icon.icon-pending { |
76 | 76 | background-image: url('pending.svg'); |
77 | 77 | } |
78 | 78 |
|
79 | 79 | .vs .monaco-workbench .dialog-box .dialog-message-row .dialog-icon.icon-info { |
80 | | - background-image: url('info.svg'); |
| 80 | + background-image: url('info-light.svg'); |
81 | 81 | } |
82 | 82 |
|
83 | 83 | .vs .monaco-workbench .dialog-box .dialog-message-row .dialog-icon.icon-warning { |
84 | | - background-image: url('warning.svg'); |
| 84 | + background-image: url('warning-light.svg'); |
85 | 85 | } |
86 | 86 |
|
87 | 87 | .vs .monaco-workbench .dialog-box .dialog-message-row .dialog-icon.icon-error { |
88 | | - background-image: url('error.svg'); |
| 88 | + background-image: url('error-light.svg'); |
89 | 89 | } |
90 | 90 |
|
91 | 91 | .vs-dark .monaco-workbench .dialog-box .dialog-message-row .dialog-icon.icon-pending { |
|
94 | 94 |
|
95 | 95 | .vs-dark .monaco-workbench .dialog-box .dialog-message-row .dialog-icon.icon-info, |
96 | 96 | .hc-black .monaco-workbench .dialog-box .dialog-message-row .dialog-icon.icon-info { |
97 | | - background-image: url('info-inverse.svg'); |
| 97 | + background-image: url('info-dark.svg'); |
98 | 98 | } |
99 | 99 |
|
100 | 100 | .vs-dark .monaco-workbench .dialog-box .dialog-message-row .dialog-icon.icon-warning, |
101 | 101 | .hc-black .monaco-workbench .dialog-box .dialog-message-row .dialog-icon.icon-warning { |
102 | | - background-image: url('warning-inverse.svg'); |
| 102 | + background-image: url('warning-dark.svg'); |
103 | 103 | } |
104 | 104 |
|
105 | 105 | .vs-dark .monaco-workbench .dialog-box .dialog-message-row .dialog-icon.icon-error, |
106 | 106 | .hc-black .monaco-workbench .dialog-box .dialog-message-row .dialog-icon.icon-error { |
107 | | - background-image: url('error-inverse.svg'); |
| 107 | + background-image: url('error-dark.svg'); |
108 | 108 | } |
109 | 109 |
|
110 | 110 | .hc-black .monaco-workbench .dialog-box .dialog-message-row .dialog-icon.icon-pending { |
|
0 commit comments