mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-02 18:39:05 +01:00
Replace the cloud tab icon with the non-sharp version (#381)
This commit is contained in:
parent
b54cad6304
commit
01dc6144ac
@ -11,6 +11,8 @@ class TabIcon extends React.Component<{ icon: string; color: string }> {
|
||||
let iconClass = "";
|
||||
if (icon === "default" || icon === "square") {
|
||||
iconClass = "fa-solid fa-square fa-fw";
|
||||
} else if (icon === "cloud") {
|
||||
iconClass = "fa-solid fa-cloud fa-fw";
|
||||
} else {
|
||||
iconClass = `fa-sharp fa-solid fa-${icon} fa-fw`;
|
||||
}
|
||||
|
@ -106,7 +106,6 @@
|
||||
}
|
||||
|
||||
&.is-active {
|
||||
border-top: none;
|
||||
opacity: 1;
|
||||
font-weight: var(--screentabs-selected-font-weight);
|
||||
border-top: 2px solid var(--tab-color);
|
||||
|
Loading…
Reference in New Issue
Block a user