Bring in the Open in button-group and transparent icon updates from #12641 while keeping locale strings unchanged. Replace CSS inversion with dedicated light/dark Zed icon assets for cleaner theme handling. Co-authored-by: Edin <86423329+edoedac0@users.noreply.github.com>
6 lines
102 B
CSS
6 lines
102 B
CSS
img[data-component="app-icon"] {
|
|
display: block;
|
|
box-sizing: border-box;
|
|
object-fit: contain;
|
|
}
|