feat(ui) - custom metrics - fix css file case sense

This commit is contained in:
Shekar Siri 2022-01-26 21:42:42 +05:30
parent 959bae0478
commit 534a9be0eb
4 changed files with 9764 additions and 12771 deletions

View file

@ -4,10 +4,10 @@
background-color: white !important;
display: flex;
align-items: center;
height: 30px;
height: 26px;
& .right {
height: 28px;
height: 26px;
display: flex;
align-items: stretch;
padding: 0;

View file

@ -1,15 +1,23 @@
@import 'mixins.css';
.modalHeader {
display: flex !important;
align-items: center;
justify-content: space-between;
display: flex !important;
align-items: center;
justify-content: space-between;
}
.cancelButton {
@mixin plainButton;
background-color: transparent !important;
border: solid thin transparent !important;
color: $teal !important;
&:hover {
background-color: $active-blue !important;
}
}
.applyButton {
@mixin basicButton;
background-color: white !important;
border: solid thin $active-blue-border !important;
color: $teal !important;
&:hover {
background-color: $active-blue !important;
}
}

View file

@ -73,6 +73,6 @@ function SaveSearchModal(props: Props) {
export default connect(state => ({
filter: state.getIn(['search', 'instance']),
loading: state.getIn([ 'filters', 'saveRequest', 'loading' ]) ||
state.getIn([ 'filters', 'updateRequest', 'loading' ]),
loading: state.getIn([ 'search', 'saveRequest', 'loading' ]) ||
state.getIn([ 'search', 'updateRequest', 'loading' ]),
}), { edit, save })(SaveSearchModal);

22505
frontend/package-lock.json generated

File diff suppressed because it is too large Load diff