systemview 1.1.1 → 1.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api/connections.txt +1 -1
- package/cli/index.js +8 -3
- package/cli/utils/log.js +2 -2
- package/package.json +3 -3
- package/server.js +19 -0
- package/babel.config.js +0 -12
- package/src/App.css +0 -38
- package/src/App.js +0 -30
- package/src/ServiceContext.js +0 -9
- package/src/assets/arrow.png +0 -0
- package/src/assets/check.svg +0 -1
- package/src/assets/clear.png +0 -0
- package/src/assets/edit.png +0 -0
- package/src/assets/error.svg +0 -1
- package/src/assets/eval-icon.svg +0 -10
- package/src/assets/expand-arrow.svg +0 -41
- package/src/assets/expand-button.svg +0 -41
- package/src/assets/fonts/FontsFree-Net-SFMono-Regular.ttf +0 -0
- package/src/assets/fonts/Malkor-Regular.ttf +0 -0
- package/src/assets/iconfinder-icon (1).svg +0 -14
- package/src/assets/iconfinder-icon.svg +0 -14
- package/src/assets/icons-save-60.png +0 -0
- package/src/assets/loading.gif +0 -0
- package/src/assets/missing-doc.png +0 -0
- package/src/assets/saved-doc.png +0 -0
- package/src/assets/sysly.png +0 -0
- package/src/assets/test-icon.svg +0 -10
- package/src/assets/test-missing.png +0 -0
- package/src/assets/test-saved.png +0 -0
- package/src/assets/x.svg +0 -1
- package/src/atoms/Button/Button.js +0 -20
- package/src/atoms/Button/Button.test.js +0 -27
- package/src/atoms/Button/__snapshots__/Button.test.js.snap +0 -9
- package/src/atoms/Button/styles.scss +0 -35
- package/src/atoms/Count/index.js +0 -10
- package/src/atoms/Count/styles.scss +0 -25
- package/src/atoms/DataTable/DataTable.js +0 -27
- package/src/atoms/DataTable/DataTable.test.js +0 -55
- package/src/atoms/DataTable/__snapshots__/DataTable.test.js.snap +0 -36
- package/src/atoms/DataTable/styles.scss +0 -28
- package/src/atoms/DescriptionBox/DescriptionBox.js +0 -24
- package/src/atoms/DescriptionBox/DescriptionBox.test.js +0 -36
- package/src/atoms/DescriptionBox/__snapshots__/DescriptionBox.test.js.snap +0 -14
- package/src/atoms/DescriptionBox/styles.scss +0 -24
- package/src/atoms/DescriptionText/DescriptionText.js +0 -12
- package/src/atoms/DescriptionText/DescriptionText.test.js +0 -22
- package/src/atoms/DescriptionText/styles.scss +0 -10
- package/src/atoms/DocsIcon/DocsIcon.js +0 -20
- package/src/atoms/DocsIcon/DocsIcon.test.js +0 -23
- package/src/atoms/DocsIcon/styles.scss +0 -7
- package/src/atoms/ExpandableIcon/ExpandableIcon.js +0 -30
- package/src/atoms/ExpandableIcon/ExpandableIcon.test.js +0 -18
- package/src/atoms/ExpandableIcon/styles.scss +0 -5
- package/src/atoms/JsonTextBox/JsonTextBox.js +0 -61
- package/src/atoms/JsonTextBox/JsonTextBox.test.js +0 -0
- package/src/atoms/JsonTextBox/styles.scss +0 -41
- package/src/atoms/Link/Link.js +0 -17
- package/src/atoms/Link/Link.test.js +0 -33
- package/src/atoms/Link/styles.scss +0 -8
- package/src/atoms/List/List.js +0 -8
- package/src/atoms/List/List.test.js +0 -26
- package/src/atoms/List/styles.scss +0 -9
- package/src/atoms/Markdown/Markdown.js +0 -48
- package/src/atoms/Markdown/styles.scss +0 -414
- package/src/atoms/RunTestIcon/index.js +0 -41
- package/src/atoms/RunTestIcon/styles.scss +0 -16
- package/src/atoms/SaveIcon/SaveIcon.js +0 -6
- package/src/atoms/SaveIcon/styles.scss +0 -3
- package/src/atoms/Selector/Selector.js +0 -28
- package/src/atoms/Selector/Selector.test.js +0 -0
- package/src/atoms/Selector/styles.scss +0 -1
- package/src/atoms/StatusIndicator/StatusIndicator.js +0 -16
- package/src/atoms/StatusIndicator/styles.scss +0 -33
- package/src/atoms/TestsIcon/TestsIcon.js +0 -17
- package/src/atoms/TestsIcon/TestsIcon.test.js +0 -18
- package/src/atoms/TestsIcon/styles.scss +0 -0
- package/src/atoms/Text/Text.js +0 -8
- package/src/atoms/Text/Text.test.js +0 -21
- package/src/atoms/Text/styles.scss +0 -0
- package/src/atoms/Textbox/Textbox.js +0 -33
- package/src/atoms/Textbox/Textbox.test.js +0 -23
- package/src/atoms/Textbox/styles.scss +0 -14
- package/src/atoms/Title/Title.js +0 -12
- package/src/atoms/Title/Title.test.js +0 -0
- package/src/atoms/Title/styles.scss +0 -6
- package/src/atoms/Toggle/Toggle.js +0 -13
- package/src/atoms/Toggle/Toggle.test.js +0 -0
- package/src/atoms/Toggle/styles.scss +0 -62
- package/src/atoms/TypeSelector/TypeSelector.js +0 -28
- package/src/atoms/TypeSelector/TypeSelector.test.js +0 -0
- package/src/atoms/TypeSelector/styles.scss +0 -9
- package/src/index.css +0 -20
- package/src/index.js +0 -24
- package/src/logo.svg +0 -7
- package/src/molecules/Args/Args.js +0 -302
- package/src/molecules/Args/Args.test.js +0 -0
- package/src/molecules/Args/styles.scss +0 -166
- package/src/molecules/AutoCompleteBox/AutoCompleteBox.js +0 -101
- package/src/molecules/AutoCompleteBox/AutoCompleteBox.test.js +0 -0
- package/src/molecules/AutoCompleteBox/styles.scss +0 -35
- package/src/molecules/DataTableForm/DataTableForm.js +0 -167
- package/src/molecules/DataTableForm/DataTableForm.test.js +0 -0
- package/src/molecules/DataTableForm/styles.scss +0 -51
- package/src/molecules/EditBox/EditBox.js +0 -49
- package/src/molecules/EditBox/EditBox.test.js +0 -0
- package/src/molecules/EditBox/styles.scss +0 -38
- package/src/molecules/ExpandableList/ExpandableList.js +0 -26
- package/src/molecules/ExpandableList/ExpandableList.test.js +0 -33
- package/src/molecules/ExpandableList/styles.scss +0 -18
- package/src/molecules/ExpandableSection/ExpandableSection.js +0 -36
- package/src/molecules/ExpandableSection/ExpandableSection.test.js +0 -0
- package/src/molecules/ExpandableSection/styles.scss +0 -22
- package/src/molecules/ServerModulesList/ServerModulesList.js +0 -75
- package/src/molecules/ServerModulesList/styles.scss +0 -28
- package/src/molecules/TargetSelector/TargetSelector.js +0 -34
- package/src/molecules/TargetSelector/TargetSelector.test.js +0 -0
- package/src/molecules/TargetSelector/styles.scss +0 -0
- package/src/molecules/TestCaption/TestCaption.js +0 -26
- package/src/molecules/TestCaption/TestCaption.test.js +0 -0
- package/src/molecules/TestCaption/styles.scss +0 -40
- package/src/molecules/TestSummary/index.js +0 -212
- package/src/molecules/TestSummary/styles.scss +0 -83
- package/src/molecules/TextWith2Links/TextWith2Links.js +0 -10
- package/src/molecules/TextWith2Links/styles.scss +0 -0
- package/src/molecules/ValidationInput/ValidationInput.js +0 -64
- package/src/molecules/ValidationInput/ValidationInput.test.js +0 -0
- package/src/molecules/ValidationInput/ValidationMessages.js +0 -178
- package/src/molecules/ValidationInput/ValidationOptions.js +0 -113
- package/src/molecules/ValidationInput/styles.scss +0 -74
- package/src/molecules/ValidationInput/validator.js +0 -244
- package/src/organisms/Documentation/Documentation.js +0 -128
- package/src/organisms/Documentation/Documentation.test.js +0 -0
- package/src/organisms/Documentation/styles.scss +0 -22
- package/src/organisms/MultiTestSection/MultiTestSection.js +0 -85
- package/src/organisms/MultiTestSection/MultiTestSection.test.js +0 -0
- package/src/organisms/MultiTestSection/styles.scss +0 -22
- package/src/organisms/SavedTests/SavedTests.js +0 -209
- package/src/organisms/SavedTests/SavedTests.test.js +0 -0
- package/src/organisms/SavedTests/styles.scss +0 -76
- package/src/organisms/SavedTests/transformTests.js +0 -51
- package/src/organisms/ScratchPad/ScratchPad.js +0 -128
- package/src/organisms/ScratchPad/ScratchPad.test.js +0 -0
- package/src/organisms/ScratchPad/styles.scss +0 -100
- package/src/organisms/SystemNavigator/SystemNavigator.js +0 -148
- package/src/organisms/SystemNavigator/SystemNavigator.test.js +0 -24
- package/src/organisms/SystemNavigator/styles.scss +0 -38
- package/src/organisms/TestContainer/TestContainer.js +0 -72
- package/src/organisms/TestContainer/TestContainer.test.js +0 -0
- package/src/organisms/TestContainer/styles.scss +0 -20
- package/src/organisms/TestPanel/AfterTest/AfterTest.js +0 -16
- package/src/organisms/TestPanel/AfterTest/AfterTest.test.js +0 -0
- package/src/organisms/TestPanel/AfterTest/styles.scss +0 -0
- package/src/organisms/TestPanel/BeforeTest/BeforeTest.js +0 -16
- package/src/organisms/TestPanel/BeforeTest/BeforeTest.test.js +0 -0
- package/src/organisms/TestPanel/BeforeTest/styles.scss +0 -0
- package/src/organisms/TestPanel/Evaluations.js +0 -369
- package/src/organisms/TestPanel/EventsTest/EventsTest.js +0 -19
- package/src/organisms/TestPanel/EventsTest/styles.scss +0 -0
- package/src/organisms/TestPanel/MainTest/MainTest.js +0 -20
- package/src/organisms/TestPanel/MainTest/MainTest.test.js +0 -0
- package/src/organisms/TestPanel/MainTest/styles.scss +0 -143
- package/src/organisms/TestPanel/TestPanel.js +0 -170
- package/src/organisms/TestPanel/TestPanel.test.js +0 -0
- package/src/organisms/TestPanel/components/Argument.class.js +0 -94
- package/src/organisms/TestPanel/components/FullTestController.js +0 -78
- package/src/organisms/TestPanel/components/Test.class.js +0 -162
- package/src/organisms/TestPanel/components/TestController.class.js +0 -135
- package/src/organisms/TestPanel/components/test-helpers.js +0 -109
- package/src/organisms/TestPanel/styles.scss +0 -45
- package/src/pages/SystemView/SystemView.js +0 -68
- package/src/pages/SystemView/styles.scss +0 -81
- package/src/reportWebVitals.js +0 -13
- package/src/sass/bootstrap/_alert.scss +0 -51
- package/src/sass/bootstrap/_badge.scss +0 -47
- package/src/sass/bootstrap/_breadcrumb.scss +0 -38
- package/src/sass/bootstrap/_button-group.scss +0 -166
- package/src/sass/bootstrap/_buttons.scss +0 -143
- package/src/sass/bootstrap/_card.scss +0 -270
- package/src/sass/bootstrap/_carousel.scss +0 -191
- package/src/sass/bootstrap/_close.scss +0 -34
- package/src/sass/bootstrap/_code.scss +0 -56
- package/src/sass/bootstrap/_custom-forms.scss +0 -297
- package/src/sass/bootstrap/_dropdown.scss +0 -131
- package/src/sass/bootstrap/_forms.scss +0 -333
- package/src/sass/bootstrap/_functions.scss +0 -86
- package/src/sass/bootstrap/_grid.scss +0 -52
- package/src/sass/bootstrap/_images.scss +0 -42
- package/src/sass/bootstrap/_input-group.scss +0 -159
- package/src/sass/bootstrap/_jumbotron.scss +0 -16
- package/src/sass/bootstrap/_list-group.scss +0 -115
- package/src/sass/bootstrap/_media.scss +0 -8
- package/src/sass/bootstrap/_mixins.scss +0 -42
- package/src/sass/bootstrap/_modal.scss +0 -168
- package/src/sass/bootstrap/_nav.scss +0 -118
- package/src/sass/bootstrap/_navbar.scss +0 -311
- package/src/sass/bootstrap/_pagination.scss +0 -77
- package/src/sass/bootstrap/_popover.scss +0 -183
- package/src/sass/bootstrap/_print.scss +0 -124
- package/src/sass/bootstrap/_progress.scss +0 -33
- package/src/sass/bootstrap/_reboot.scss +0 -482
- package/src/sass/bootstrap/_root.scss +0 -19
- package/src/sass/bootstrap/_tables.scss +0 -180
- package/src/sass/bootstrap/_tooltip.scss +0 -115
- package/src/sass/bootstrap/_transitions.scss +0 -36
- package/src/sass/bootstrap/_type.scss +0 -125
- package/src/sass/bootstrap/_utilities.scss +0 -14
- package/src/sass/bootstrap/_variables.scss +0 -894
- package/src/sass/bootstrap/bootstrap-grid.scss +0 -32
- package/src/sass/bootstrap/bootstrap-reboot.scss +0 -12
- package/src/sass/bootstrap/bootstrap.scss +0 -42
- package/src/sass/bootstrap/mixins/_alert.scss +0 -13
- package/src/sass/bootstrap/mixins/_background-variant.scss +0 -21
- package/src/sass/bootstrap/mixins/_badge.scss +0 -12
- package/src/sass/bootstrap/mixins/_border-radius.scss +0 -35
- package/src/sass/bootstrap/mixins/_box-shadow.scss +0 -5
- package/src/sass/bootstrap/mixins/_breakpoints.scss +0 -123
- package/src/sass/bootstrap/mixins/_buttons.scss +0 -109
- package/src/sass/bootstrap/mixins/_caret.scss +0 -65
- package/src/sass/bootstrap/mixins/_clearfix.scss +0 -7
- package/src/sass/bootstrap/mixins/_float.scss +0 -11
- package/src/sass/bootstrap/mixins/_forms.scss +0 -137
- package/src/sass/bootstrap/mixins/_gradients.scss +0 -45
- package/src/sass/bootstrap/mixins/_grid-framework.scss +0 -67
- package/src/sass/bootstrap/mixins/_grid.scss +0 -52
- package/src/sass/bootstrap/mixins/_hover.scss +0 -39
- package/src/sass/bootstrap/mixins/_image.scss +0 -36
- package/src/sass/bootstrap/mixins/_list-group.scss +0 -21
- package/src/sass/bootstrap/mixins/_lists.scss +0 -7
- package/src/sass/bootstrap/mixins/_nav-divider.scss +0 -10
- package/src/sass/bootstrap/mixins/_navbar-align.scss +0 -10
- package/src/sass/bootstrap/mixins/_pagination.scss +0 -22
- package/src/sass/bootstrap/mixins/_reset-text.scss +0 -17
- package/src/sass/bootstrap/mixins/_resize.scss +0 -6
- package/src/sass/bootstrap/mixins/_screen-reader.scss +0 -35
- package/src/sass/bootstrap/mixins/_size.scss +0 -6
- package/src/sass/bootstrap/mixins/_table-row.scss +0 -30
- package/src/sass/bootstrap/mixins/_text-emphasis.scss +0 -14
- package/src/sass/bootstrap/mixins/_text-hide.scss +0 -9
- package/src/sass/bootstrap/mixins/_text-truncate.scss +0 -8
- package/src/sass/bootstrap/mixins/_transition.scss +0 -9
- package/src/sass/bootstrap/mixins/_visibility.scss +0 -7
- package/src/sass/bootstrap/utilities/_align.scss +0 -8
- package/src/sass/bootstrap/utilities/_background.scss +0 -19
- package/src/sass/bootstrap/utilities/_borders.scss +0 -59
- package/src/sass/bootstrap/utilities/_clearfix.scss +0 -3
- package/src/sass/bootstrap/utilities/_display.scss +0 -38
- package/src/sass/bootstrap/utilities/_embed.scss +0 -52
- package/src/sass/bootstrap/utilities/_flex.scss +0 -46
- package/src/sass/bootstrap/utilities/_float.scss +0 -9
- package/src/sass/bootstrap/utilities/_position.scss +0 -36
- package/src/sass/bootstrap/utilities/_screenreaders.scss +0 -11
- package/src/sass/bootstrap/utilities/_sizing.scss +0 -12
- package/src/sass/bootstrap/utilities/_spacing.scss +0 -51
- package/src/sass/bootstrap/utilities/_text.scss +0 -52
- package/src/sass/bootstrap/utilities/_visibility.scss +0 -11
- package/src/setupTests.js +0 -5
|
@@ -1,297 +0,0 @@
|
|
|
1
|
-
// Embedded icons from Open Iconic.
|
|
2
|
-
// Released under MIT and copyright 2014 Waybury.
|
|
3
|
-
// https://useiconic.com/open
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
// Checkboxes and radios
|
|
7
|
-
//
|
|
8
|
-
// Base class takes care of all the key behavioral aspects.
|
|
9
|
-
|
|
10
|
-
.custom-control {
|
|
11
|
-
position: relative;
|
|
12
|
-
display: block;
|
|
13
|
-
min-height: (1rem * $line-height-base);
|
|
14
|
-
padding-left: $custom-control-gutter;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.custom-control-inline {
|
|
18
|
-
display: inline-flex;
|
|
19
|
-
margin-right: $custom-control-spacer-x;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.custom-control-input {
|
|
23
|
-
position: absolute;
|
|
24
|
-
z-index: -1; // Put the input behind the label so it doesn't overlay text
|
|
25
|
-
opacity: 0;
|
|
26
|
-
|
|
27
|
-
&:checked ~ .custom-control-label::before {
|
|
28
|
-
color: $custom-control-indicator-checked-color;
|
|
29
|
-
@include gradient-bg($custom-control-indicator-checked-bg);
|
|
30
|
-
@include box-shadow($custom-control-indicator-checked-box-shadow);
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
&:focus ~ .custom-control-label::before {
|
|
34
|
-
// the mixin is not used here to make sure there is feedback
|
|
35
|
-
box-shadow: $custom-control-indicator-focus-box-shadow;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
&:active ~ .custom-control-label::before {
|
|
39
|
-
color: $custom-control-indicator-active-color;
|
|
40
|
-
background-color: $custom-control-indicator-active-bg;
|
|
41
|
-
@include box-shadow($custom-control-indicator-active-box-shadow);
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
&:disabled {
|
|
45
|
-
~ .custom-control-label {
|
|
46
|
-
color: $custom-control-label-disabled-color;
|
|
47
|
-
|
|
48
|
-
&::before {
|
|
49
|
-
background-color: $custom-control-indicator-disabled-bg;
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
// Custom control indicators
|
|
56
|
-
//
|
|
57
|
-
// Build the custom controls out of psuedo-elements.
|
|
58
|
-
|
|
59
|
-
.custom-control-label {
|
|
60
|
-
margin-bottom: 0;
|
|
61
|
-
|
|
62
|
-
// Background-color and (when enabled) gradient
|
|
63
|
-
&::before {
|
|
64
|
-
position: absolute;
|
|
65
|
-
top: (($line-height-base - $custom-control-indicator-size) / 2);
|
|
66
|
-
left: 0;
|
|
67
|
-
display: block;
|
|
68
|
-
width: $custom-control-indicator-size;
|
|
69
|
-
height: $custom-control-indicator-size;
|
|
70
|
-
pointer-events: none;
|
|
71
|
-
content: "";
|
|
72
|
-
user-select: none;
|
|
73
|
-
background-color: $custom-control-indicator-bg;
|
|
74
|
-
@include box-shadow($custom-control-indicator-box-shadow);
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
// Foreground (icon)
|
|
78
|
-
&::after {
|
|
79
|
-
position: absolute;
|
|
80
|
-
top: (($line-height-base - $custom-control-indicator-size) / 2);
|
|
81
|
-
left: 0;
|
|
82
|
-
display: block;
|
|
83
|
-
width: $custom-control-indicator-size;
|
|
84
|
-
height: $custom-control-indicator-size;
|
|
85
|
-
content: "";
|
|
86
|
-
background-repeat: no-repeat;
|
|
87
|
-
background-position: center center;
|
|
88
|
-
background-size: $custom-control-indicator-bg-size;
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
// Checkboxes
|
|
94
|
-
//
|
|
95
|
-
// Tweak just a few things for checkboxes.
|
|
96
|
-
|
|
97
|
-
.custom-checkbox {
|
|
98
|
-
.custom-control-label::before {
|
|
99
|
-
@include border-radius($custom-checkbox-indicator-border-radius);
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
.custom-control-input:checked ~ .custom-control-label {
|
|
103
|
-
&::before {
|
|
104
|
-
@include gradient-bg($custom-control-indicator-checked-bg);
|
|
105
|
-
}
|
|
106
|
-
&::after {
|
|
107
|
-
background-image: $custom-checkbox-indicator-icon-checked;
|
|
108
|
-
}
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
.custom-control-input:indeterminate ~ .custom-control-label {
|
|
112
|
-
&::before {
|
|
113
|
-
@include gradient-bg($custom-checkbox-indicator-indeterminate-bg);
|
|
114
|
-
@include box-shadow($custom-checkbox-indicator-indeterminate-box-shadow);
|
|
115
|
-
}
|
|
116
|
-
&::after {
|
|
117
|
-
background-image: $custom-checkbox-indicator-icon-indeterminate;
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
.custom-control-input:disabled {
|
|
122
|
-
&:checked ~ .custom-control-label::before {
|
|
123
|
-
background-color: $custom-control-indicator-checked-disabled-bg;
|
|
124
|
-
}
|
|
125
|
-
&:indeterminate ~ .custom-control-label::before {
|
|
126
|
-
background-color: $custom-control-indicator-checked-disabled-bg;
|
|
127
|
-
}
|
|
128
|
-
}
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
// Radios
|
|
132
|
-
//
|
|
133
|
-
// Tweak just a few things for radios.
|
|
134
|
-
|
|
135
|
-
.custom-radio {
|
|
136
|
-
.custom-control-label::before {
|
|
137
|
-
border-radius: $custom-radio-indicator-border-radius;
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
.custom-control-input:checked ~ .custom-control-label {
|
|
141
|
-
&::before {
|
|
142
|
-
@include gradient-bg($custom-control-indicator-checked-bg);
|
|
143
|
-
}
|
|
144
|
-
&::after {
|
|
145
|
-
background-image: $custom-radio-indicator-icon-checked;
|
|
146
|
-
}
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
.custom-control-input:disabled {
|
|
150
|
-
&:checked ~ .custom-control-label::before {
|
|
151
|
-
background-color: $custom-control-indicator-checked-disabled-bg;
|
|
152
|
-
}
|
|
153
|
-
}
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
// Select
|
|
158
|
-
//
|
|
159
|
-
// Replaces the browser default select with a custom one, mostly pulled from
|
|
160
|
-
// http://primercss.io.
|
|
161
|
-
//
|
|
162
|
-
|
|
163
|
-
.custom-select {
|
|
164
|
-
display: inline-block;
|
|
165
|
-
width: 100%;
|
|
166
|
-
height: $custom-select-height;
|
|
167
|
-
padding: $custom-select-padding-y ($custom-select-padding-x + $custom-select-indicator-padding) $custom-select-padding-y $custom-select-padding-x;
|
|
168
|
-
line-height: $custom-select-line-height;
|
|
169
|
-
color: $custom-select-color;
|
|
170
|
-
vertical-align: middle;
|
|
171
|
-
background: $custom-select-bg $custom-select-indicator no-repeat right $custom-select-padding-x center;
|
|
172
|
-
background-size: $custom-select-bg-size;
|
|
173
|
-
border: $custom-select-border-width solid $custom-select-border-color;
|
|
174
|
-
@if $enable-rounded {
|
|
175
|
-
border-radius: $custom-select-border-radius;
|
|
176
|
-
} @else {
|
|
177
|
-
border-radius: 0;
|
|
178
|
-
}
|
|
179
|
-
appearance: none;
|
|
180
|
-
|
|
181
|
-
&:focus {
|
|
182
|
-
border-color: $custom-select-focus-border-color;
|
|
183
|
-
outline: 0;
|
|
184
|
-
box-shadow: $custom-select-focus-box-shadow;
|
|
185
|
-
|
|
186
|
-
&::-ms-value {
|
|
187
|
-
// For visual consistency with other platforms/browsers,
|
|
188
|
-
// suppress the default white text on blue background highlight given to
|
|
189
|
-
// the selected option text when the (still closed) <select> receives focus
|
|
190
|
-
// in IE and (under certain conditions) Edge.
|
|
191
|
-
// See https://github.com/twbs/bootstrap/issues/19398.
|
|
192
|
-
color: $input-color;
|
|
193
|
-
background-color: $input-bg;
|
|
194
|
-
}
|
|
195
|
-
}
|
|
196
|
-
|
|
197
|
-
&[multiple],
|
|
198
|
-
&[size]:not([size="1"]) {
|
|
199
|
-
height: auto;
|
|
200
|
-
padding-right: $custom-select-padding-x;
|
|
201
|
-
background-image: none;
|
|
202
|
-
}
|
|
203
|
-
|
|
204
|
-
&:disabled {
|
|
205
|
-
color: $custom-select-disabled-color;
|
|
206
|
-
background-color: $custom-select-disabled-bg;
|
|
207
|
-
}
|
|
208
|
-
|
|
209
|
-
// Hides the default caret in IE11
|
|
210
|
-
&::-ms-expand {
|
|
211
|
-
opacity: 0;
|
|
212
|
-
}
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
.custom-select-sm {
|
|
216
|
-
height: $custom-select-height-sm;
|
|
217
|
-
padding-top: $custom-select-padding-y;
|
|
218
|
-
padding-bottom: $custom-select-padding-y;
|
|
219
|
-
font-size: $custom-select-font-size-sm;
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
.custom-select-lg {
|
|
223
|
-
height: $custom-select-height-lg;
|
|
224
|
-
padding-top: $custom-select-padding-y;
|
|
225
|
-
padding-bottom: $custom-select-padding-y;
|
|
226
|
-
font-size: $custom-select-font-size-lg;
|
|
227
|
-
}
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
// File
|
|
231
|
-
//
|
|
232
|
-
// Custom file input.
|
|
233
|
-
|
|
234
|
-
.custom-file {
|
|
235
|
-
position: relative;
|
|
236
|
-
display: inline-block;
|
|
237
|
-
width: 100%;
|
|
238
|
-
height: $custom-file-height;
|
|
239
|
-
margin-bottom: 0;
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
.custom-file-input {
|
|
243
|
-
position: relative;
|
|
244
|
-
z-index: 2;
|
|
245
|
-
width: 100%;
|
|
246
|
-
height: $custom-file-height;
|
|
247
|
-
margin: 0;
|
|
248
|
-
opacity: 0;
|
|
249
|
-
|
|
250
|
-
&:focus ~ .custom-file-control {
|
|
251
|
-
border-color: $custom-file-focus-border-color;
|
|
252
|
-
box-shadow: $custom-file-focus-box-shadow;
|
|
253
|
-
|
|
254
|
-
&::before {
|
|
255
|
-
border-color: $custom-file-focus-border-color;
|
|
256
|
-
}
|
|
257
|
-
}
|
|
258
|
-
|
|
259
|
-
@each $lang, $value in $custom-file-text {
|
|
260
|
-
&:lang(#{$lang}) ~ .custom-file-label::after {
|
|
261
|
-
content: $value;
|
|
262
|
-
}
|
|
263
|
-
}
|
|
264
|
-
}
|
|
265
|
-
|
|
266
|
-
.custom-file-label {
|
|
267
|
-
position: absolute;
|
|
268
|
-
top: 0;
|
|
269
|
-
right: 0;
|
|
270
|
-
left: 0;
|
|
271
|
-
z-index: 1;
|
|
272
|
-
height: $custom-file-height;
|
|
273
|
-
padding: $custom-file-padding-y $custom-file-padding-x;
|
|
274
|
-
line-height: $custom-file-line-height;
|
|
275
|
-
color: $custom-file-color;
|
|
276
|
-
background-color: $custom-file-bg;
|
|
277
|
-
border: $custom-file-border-width solid $custom-file-border-color;
|
|
278
|
-
@include border-radius($custom-file-border-radius);
|
|
279
|
-
@include box-shadow($custom-file-box-shadow);
|
|
280
|
-
|
|
281
|
-
&::after {
|
|
282
|
-
position: absolute;
|
|
283
|
-
top: 0;
|
|
284
|
-
right: 0;
|
|
285
|
-
bottom: 0;
|
|
286
|
-
z-index: 3;
|
|
287
|
-
display: block;
|
|
288
|
-
height: calc(#{$custom-file-height} - #{$custom-file-border-width} * 2);
|
|
289
|
-
padding: $custom-file-padding-y $custom-file-padding-x;
|
|
290
|
-
line-height: $custom-file-line-height;
|
|
291
|
-
color: $custom-file-button-color;
|
|
292
|
-
content: "Browse";
|
|
293
|
-
@include gradient-bg($custom-file-button-bg);
|
|
294
|
-
border-left: $custom-file-border-width solid $custom-file-border-color;
|
|
295
|
-
@include border-radius(0 $custom-file-border-radius $custom-file-border-radius 0);
|
|
296
|
-
}
|
|
297
|
-
}
|
|
@@ -1,131 +0,0 @@
|
|
|
1
|
-
// The dropdown wrapper (`<div>`)
|
|
2
|
-
.dropup,
|
|
3
|
-
.dropdown {
|
|
4
|
-
position: relative;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
.dropdown-toggle {
|
|
8
|
-
// Generate the caret automatically
|
|
9
|
-
@include caret;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
// The dropdown menu
|
|
13
|
-
.dropdown-menu {
|
|
14
|
-
position: absolute;
|
|
15
|
-
top: 100%;
|
|
16
|
-
left: 0;
|
|
17
|
-
z-index: $zindex-dropdown;
|
|
18
|
-
display: none; // none by default, but block on "open" of the menu
|
|
19
|
-
float: left;
|
|
20
|
-
min-width: $dropdown-min-width;
|
|
21
|
-
padding: $dropdown-padding-y 0;
|
|
22
|
-
margin: $dropdown-spacer 0 0; // override default ul
|
|
23
|
-
font-size: $font-size-base; // Redeclare because nesting can cause inheritance issues
|
|
24
|
-
color: $body-color;
|
|
25
|
-
text-align: left; // Ensures proper alignment if parent has it changed (e.g., modal footer)
|
|
26
|
-
list-style: none;
|
|
27
|
-
background-color: $dropdown-bg;
|
|
28
|
-
background-clip: padding-box;
|
|
29
|
-
border: $dropdown-border-width solid $dropdown-border-color;
|
|
30
|
-
@include border-radius($dropdown-border-radius);
|
|
31
|
-
@include box-shadow($dropdown-box-shadow);
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
// Allow for dropdowns to go bottom up (aka, dropup-menu)
|
|
35
|
-
// Just add .dropup after the standard .dropdown class and you're set.
|
|
36
|
-
.dropup {
|
|
37
|
-
.dropdown-menu {
|
|
38
|
-
margin-top: 0;
|
|
39
|
-
margin-bottom: $dropdown-spacer;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.dropdown-toggle {
|
|
43
|
-
@include caret(up);
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.dropright {
|
|
48
|
-
.dropdown-menu {
|
|
49
|
-
margin-top: 0;
|
|
50
|
-
margin-left: $dropdown-spacer;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
.dropdown-toggle {
|
|
54
|
-
@include caret(right);
|
|
55
|
-
&::after {
|
|
56
|
-
vertical-align: 0;
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
.dropleft {
|
|
62
|
-
.dropdown-menu {
|
|
63
|
-
margin-top: 0;
|
|
64
|
-
margin-right: $dropdown-spacer;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
.dropdown-toggle {
|
|
68
|
-
@include caret(left);
|
|
69
|
-
&::before {
|
|
70
|
-
vertical-align: 0;
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
// Dividers (basically an `<hr>`) within the dropdown
|
|
76
|
-
.dropdown-divider {
|
|
77
|
-
@include nav-divider($dropdown-divider-bg);
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
// Links, buttons, and more within the dropdown menu
|
|
81
|
-
//
|
|
82
|
-
// `<button>`-specific styles are denoted with `// For <button>s`
|
|
83
|
-
.dropdown-item {
|
|
84
|
-
display: block;
|
|
85
|
-
width: 100%; // For `<button>`s
|
|
86
|
-
padding: $dropdown-item-padding-y $dropdown-item-padding-x;
|
|
87
|
-
clear: both;
|
|
88
|
-
font-weight: $font-weight-normal;
|
|
89
|
-
color: $dropdown-link-color;
|
|
90
|
-
text-align: inherit; // For `<button>`s
|
|
91
|
-
white-space: nowrap; // prevent links from randomly breaking onto new lines
|
|
92
|
-
background-color: transparent; // For `<button>`s
|
|
93
|
-
border: 0; // For `<button>`s
|
|
94
|
-
|
|
95
|
-
@include hover-focus {
|
|
96
|
-
color: $dropdown-link-hover-color;
|
|
97
|
-
text-decoration: none;
|
|
98
|
-
@include gradient-bg($dropdown-link-hover-bg);
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
&.active,
|
|
102
|
-
&:active {
|
|
103
|
-
color: $dropdown-link-active-color;
|
|
104
|
-
text-decoration: none;
|
|
105
|
-
@include gradient-bg($dropdown-link-active-bg);
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
&.disabled,
|
|
109
|
-
&:disabled {
|
|
110
|
-
color: $dropdown-link-disabled-color;
|
|
111
|
-
background-color: transparent;
|
|
112
|
-
// Remove CSS gradients if they're enabled
|
|
113
|
-
@if $enable-gradients {
|
|
114
|
-
background-image: none;
|
|
115
|
-
}
|
|
116
|
-
}
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
.dropdown-menu.show {
|
|
120
|
-
display: block;
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
// Dropdown section headers
|
|
124
|
-
.dropdown-header {
|
|
125
|
-
display: block;
|
|
126
|
-
padding: $dropdown-padding-y $dropdown-item-padding-x;
|
|
127
|
-
margin-bottom: 0; // for use with heading elements
|
|
128
|
-
font-size: $font-size-sm;
|
|
129
|
-
color: $dropdown-header-color;
|
|
130
|
-
white-space: nowrap; // as with > li > a
|
|
131
|
-
}
|