Skip to content
Snippets Groups Projects

Small styling update

Merged Nico Vermaas requested to merge SDC-600-ADEX-integration into SDC-505/implement-design
5 unresolved threads

Small styling update (testing the waters)

Merge request reports

Merge request pipeline #29751 passed

Merge request pipeline passed for 65ef77a0

Merged by Nico VermaasNico Vermaas 2 years ago (Apr 29, 2022 7:39am UTC)

Merge details

  • Changes merged into with 2cc7a816.
  • Deleted the source branch.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
1621 1643 cursor: not-allowed;
1622 1644 color: var(--faded);
1623 1645 }
1624 .item-list__entry--disabled .tooltip-dias-dias {
  • 1 import axios from "axios";
  • 1 import React from "react";
  • 11 11
    12 12 export const SkyViewHeader = new Header("SkyView", "Refresh", "Show selection(s) in the skyview. It refreshes the data and performs a new query", "location");
    13 13 export const Archive = new Dropdown("Archive", [], undefined);
    14 export const Survey = new Dropdown("Survey", [], undefined);
    14 export const Survey = new Dropdown("Background Survey", [], undefined);
    15 15 export const SkyViewCalibrationLevel = new Dropdown("Calibration Level", [], undefined);
    16 16 export const SkyViewCollection = new Dropdown("Collection", [], undefined);
    17 17 export const SkyViewDataProductType = new Dropdown("DataProduct Type", [], undefined);
    18 export const SkyViewRa = new InputField("Coordinates (std in deg)", "RA", typeStylingDict.number);
    19 export const SkyViewDec = new InputField("Coordinates (std in deg)", "Dec", typeStylingDict.number);
    20 export const SkyViewFoV = new InputField("Coordinates (std in deg)", "Field of View", typeStylingDict.number);
    18 export const SkyViewRa = new InputField("Coordinates (degrees)", "RA", typeStylingDict.number);
  • 3192 3213 }
    3193 3214 .custom-navbar--v-bar .hovering:hover {
    3194 3215 background: var(--background--main);
    3195 border: 0.25rem solid var(--primary);
  • Nico Vermaas added 2 commits

    added 2 commits

    Compare with previous version

  • Nico Vermaas mentioned in commit 2cc7a816

    mentioned in commit 2cc7a816

  • merged

  • Please register or sign in to reply
    Loading