fix(workflow): indicate that disabled publish button is not clickable (#5698)
This commit is contained in:
parent
29eb29fc9b
commit
e2842d85dd
@ -82,8 +82,7 @@ const PublishButton = styled.button`
|
|||||||
margin-left: 6px;
|
margin-left: 6px;
|
||||||
|
|
||||||
&[disabled] {
|
&[disabled] {
|
||||||
background-color: ${colorsRaw.grayLight};
|
${buttons.disabled};
|
||||||
color: ${colorsRaw.gray};
|
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user