Fix buttons
This commit is contained in:
parent
46685a98fe
commit
c5f929ac55
@ -206,9 +206,10 @@ export default function Table(props) {
|
|||||||
icon={<IconMore />}
|
icon={<IconMore />}
|
||||||
type="tertiary"
|
type="tertiary"
|
||||||
size="small"
|
size="small"
|
||||||
theme="solid"
|
|
||||||
style={{
|
style={{
|
||||||
opacity: "0.7",
|
opacity: "0.7",
|
||||||
|
backgroundColor: "grey",
|
||||||
|
color: "white",
|
||||||
}}
|
}}
|
||||||
></Button>
|
></Button>
|
||||||
</Popover>
|
</Popover>
|
||||||
|
@ -21,6 +21,26 @@
|
|||||||
border: none !important;
|
border: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.semi-button.semi-button-light {
|
||||||
|
background-color: rgba(var(--semi-grey-1), 1);
|
||||||
|
}
|
||||||
|
|
||||||
|
.semi-button.semi-button-light:hover {
|
||||||
|
background-color: rgba(var(--semi-grey-2), 1);
|
||||||
|
}
|
||||||
|
|
||||||
|
.semi-button.semi-button-primary:not(.semi-button-light):not(
|
||||||
|
.semi-button-borderless
|
||||||
|
) {
|
||||||
|
background-color: rgba(var(--semi-blue-5), 1);
|
||||||
|
}
|
||||||
|
|
||||||
|
.semi-button.semi-button-primary:not(.semi-button-light):not(
|
||||||
|
.semi-button-borderless
|
||||||
|
):hover {
|
||||||
|
background-color: rgba(var(--semi-blue-6), 1);
|
||||||
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
width: 8px;
|
width: 8px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user