Skip to content

Commit 1296f9d

Browse files
authored
Merge pull request #4597 from appirio-tech/dev
Minor uni-nav bug fixes
2 parents aaf85c0 + cc0aa1a commit 1296f9d

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

.circleci/config.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,11 @@ deploy_steps: &deploy_steps
9393
./buildenv.sh -e $DEPLOY_ENV -b ${LOGICAL_ENV}-connectapp-deployvar
9494
source buildenvvar
9595
./master_deploy.sh -d CFRONT -e $DEPLOY_ENV -c $ENABLE_CACHE
96-
curl --request POST \
97-
--url https://circleci.com/api/v2/project/github/$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME/pipeline \
98-
--header "Circle-Token: ${CIRCLE_TOKEN}" \
99-
--header 'content-type: application/json' \
100-
--data '{"branch":"'"$CIRCLE_BRANCH"'","parameters":{"run_smoketesting":true, "run_basedeployment": false}}'
96+
#curl --request POST \
97+
#--url https://circleci.com/api/v2/project/github/$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME/pipeline \
98+
#--header "Circle-Token: ${CIRCLE_TOKEN}" \
99+
#--header 'content-type: application/json' \
100+
#--data '{"branch":"'"$CIRCLE_BRANCH"'","parameters":{"run_smoketesting":true, "run_basedeployment": false}}'
101101
102102
103103
# Automated Smoke Testing

src/components/TopBar/ProjectsToolBar.scss

+9
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,15 @@
157157
margin-top: 15px;
158158
display: flex;
159159

160+
:global {
161+
.SearchBar {
162+
.search-bar__text,
163+
.search-typeahead-text {
164+
z-index: 18;
165+
}
166+
}
167+
}
168+
160169
@media screen and (max-width: $screen-md - 1px) {
161170
height: 32px;
162171
margin-top: 9px;

src/components/TopBar/TopBarContainer.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
.TopBarContainer {
55
position: sticky;
66
top: 0;
7-
z-index: 4;
7+
z-index: 17;
88
}
99

1010
.login-wrapper {

0 commit comments

Comments
 (0)