LinkButton doesn't need styles cos it's extends Button component

This commit is contained in:
Red Adaya 2024-02-06 13:19:31 +08:00
parent a7d2148bc0
commit 27e5a9154d
3 changed files with 1 additions and 1156 deletions

File diff suppressed because it is too large Load Diff

View File

@ -5,8 +5,6 @@ import * as React from "react";
import cn from "classnames";
import { ButtonProps } from "./button";
import "./linkbutton.less";
interface LinkButtonProps extends ButtonProps {
href: string;
rel?: string;

View File

@ -6,7 +6,7 @@ import * as mobxReact from "mobx-react";
import * as mobx from "mobx";
import { boundMethod } from "autobind-decorator";
import { GlobalModel, GlobalCommandRunner, Session } from "../../../model/model";
import { Toggle, InlineSettingsTextEdit, SettingsError, InfoMessage, Modal, Tooltip } from "../elements";
import { Toggle, InlineSettingsTextEdit, SettingsError, Modal, Tooltip } from "../elements";
import * as util from "../../../util/util";
import { commandRtnHandler } from "../../../util/util";