Skip to content

Commit

Permalink
Merge pull request #18 from RENCI/dialog_close_btn_color
Browse files Browse the repository at this point in the history
Dialog close btn color
  • Loading branch information
lstillwe authored Jan 11, 2023
2 parents 2c42c5a + 6d546ca commit 0cc6364
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 81 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/ci.yml

This file was deleted.

10 changes: 2 additions & 8 deletions .github/workflows/image-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ on:

# working parameters that are specific to this script
env:
REGISTRY: containers.renci.org/eds/apsviz-supervisor
REGISTRY: containers.renci.org/eds/apsviz-terria-map

# job definition
jobs:
pylint-build-and-push-image:
build-and-push-image:
runs-on: ubuntu-latest
permissions:
contents: read
Expand All @@ -28,12 +28,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v1

# install pylint and run it on the code
- name: Python Pylint GitHub Action
uses: fylein/python-pylint-github-action@v1
with:
args: pip3 install -r requirements.txt && pylint --rcfile=.pylintrc --recursive=y ./

# connect to the renci image registry
- name: Login to containers.renci.org
uses: docker/login-action@v2
Expand Down
48 changes: 0 additions & 48 deletions .github/workflows/release.yml

This file was deleted.

7 changes: 7 additions & 0 deletions lib/Styles/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,13 @@ $focus-border-dark: solid $focus-border-width $focus-border-dark-color;
cursor: initial;
}

.tjs-feature-info-panel__btn--close-feature:hover svg,
.tjs-feature-info-panel__btn--close-feature:focus svg,
.tjs-feature-info-panel__btnToggleFeature:hover svg,
.tjs-feature-info-panel__btnToggleFeature:focus svg {
fill: white !important;
}

// To customise the look of your Terria Map, uncomment this section and make changes to your heart's content
// You will also want to uncomment and change values in lib/Styles/variables.scss
/*
Expand Down
7 changes: 7 additions & 0 deletions lib/Views/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,13 @@ body {
left: unset !important;
}

.tjs-feature-info-panel__btn--close-feature:hover svg,
.tjs-feature-info-panel__btn--close-feature:focus svg,
.tjs-feature-info-panel__btnToggleFeature:hover svg,
.tjs-feature-info-panel__btnToggleFeature:focus svg {
fill: white !important;
}

// .ExperimentalFeatures__ControlsWrapper-sc-1xcqt5a-0 {
// display: flex;
// align-items: end;
Expand Down

0 comments on commit 0cc6364

Please sign in to comment.