mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-09 15:32:25 +00:00
fix the primary button focus color (#21658)
(cherry picked from commit 77ef8ad23c1cbba61de781788d15774441ebff23)
This commit is contained in:
parent
d823d91864
commit
75f92b08f7
@ -35,10 +35,6 @@
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.ant-modal-footer .ant-btn-primary {
|
||||
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
|
||||
.ant-modal-footer .ant-btn .ant-btn-loading-icon {
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
@ -136,8 +136,7 @@
|
||||
@box-shadow-base: 0px 2px 10px rgba(0, 0, 0, 0.12);
|
||||
@button-box-shadow-default: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
|
||||
@button-box-shadow-hover: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
|
||||
@button-box-shadow-focus: 0px 1px 2px 0px rgba(10, 13, 18, 0.05),
|
||||
0px 0px 0px 4px #f4ebff;
|
||||
@button-box-shadow-focus: 0px 0px 0px 4px rgba(209, 233, 255, 1);
|
||||
@button-box-shadow-disabled: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
|
||||
@button-box-shadow-grey: 0px 1px 2px 0px rgba(10, 13, 18, 0.05),
|
||||
0px 0px 0px 4px #f5f5f5;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user