Skip to content

Commit 1fa443c

Browse files
committed
WIP dist files
1 parent 0fb7780 commit 1fa443c

6 files changed

+51
-39
lines changed

dist/css/boxstarter.css

+13-9
Original file line numberDiff line numberDiff line change
@@ -5236,11 +5236,11 @@ textarea.form-control-lg {
52365236
.form-check-input:disabled {
52375237
pointer-events: none;
52385238
filter: none;
5239-
opacity: 0.5;
5239+
opacity: 1;
52405240
}
52415241
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
52425242
cursor: default;
5243-
opacity: 0.5;
5243+
opacity: 1;
52445244
}
52455245

52465246
.form-switch {
@@ -6243,7 +6243,7 @@ textarea.form-control-lg {
62436243
--bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
62446244
--bs-dropdown-link-active-color: var(--bs-body-color);
62456245
--bs-dropdown-link-active-bg: var(--bs-tertiary-bg);
6246-
--bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
6246+
--bs-dropdown-link-disabled-color: var(--bs-secondary-color);
62476247
--bs-dropdown-item-padding-x: 1rem;
62486248
--bs-dropdown-item-padding-y: 0.75rem;
62496249
--bs-dropdown-header-color: #666560;
@@ -51408,7 +51408,7 @@ strong {
5140851408
*.disabled {
5140951409
font-style: italic !important;
5141051410
font-weight: 400 !important;
51411-
cursor: not-allowed;
51411+
pointer-events: none;
5141251412
}
5141351413

5141451414
/*! purgecss end ignore */
@@ -51558,7 +51558,6 @@ main {
5155851558
.chocolatey-ccm #appSidebar.disabled li a,
5155951559
.chocolatey-ccm #appSidebar.disabled li button {
5156051560
pointer-events: none !important;
51561-
opacity: 0.5 !important;
5156251561
}
5156351562
.chocolatey-ccm #appSidebar.disabled li a:hover,
5156451563
.chocolatey-ccm #appSidebar.disabled li button:hover {
@@ -51567,7 +51566,7 @@ main {
5156751566
.chocolatey-ccm #appSidebar .menu-item-parent.menu-item-child a:not([data-bs-toggle]) {
5156851567
padding-left: 3rem !important;
5156951568
}
51570-
.chocolatey-ccm #appSidebar nav li.active-parent::before, .chocolatey-ccm #appSidebar nav li:hover::before {
51569+
.chocolatey-ccm #appSidebar nav li.active-parent::before, .chocolatey-ccm #appSidebar nav li:hover:not(.disabled)::before {
5157151570
position: absolute;
5157251571
top: -2px;
5157351572
left: 0;
@@ -51578,7 +51577,7 @@ main {
5157851577
background: var(--bs-primary);
5157951578
border-radius: 0.25rem;
5158051579
}
51581-
.chocolatey-ccm #appSidebar nav li.active-parent:first-child::before, .chocolatey-ccm #appSidebar nav li:hover:first-child::before {
51580+
.chocolatey-ccm #appSidebar nav li.active-parent:first-child::before, .chocolatey-ccm #appSidebar nav li:hover:not(.disabled):first-child::before {
5158251581
top: 0;
5158351582
height: calc(100% + 2px);
5158451583
}
@@ -55356,6 +55355,7 @@ button.btn-grab:not(:disabled) {
5535655355
--bs-btn-disabled-color: var(--bs-body-color);
5535755356
--bs-btn-focus-shadow-rgb: 125, 124, 118;
5535855357
--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
55358+
--bs-btn-disabled-border-color: transparent;
5535955359
}
5536055360

5536155361
.btn-reorder {
@@ -57021,7 +57021,7 @@ textarea:disabled ~ .form-text {
5702157021
}
5702257022
#wizard .tab-content .btn-next-step.disabled,
5702357023
#wizard .tab-content .btn-prev-step.disabled {
57024-
cursor: not-allowed;
57024+
pointer-events: none;
5702557025
}
5702657026
#wizard > .nav {
5702757027
display: flex;
@@ -57037,7 +57037,7 @@ textarea:disabled ~ .form-text {
5703757037
text-align: center;
5703857038
}
5703957039
#wizard > .nav .nav-item.disabled {
57040-
cursor: not-allowed !important;
57040+
pointer-events: none !important;
5704157041
}
5704257042
#wizard > .nav .nav-item .nav-link {
5704357043
position: relative;
@@ -58951,6 +58951,10 @@ a,
5895158951
text-underline-offset: 5px;
5895258952
}
5895358953

58954+
a:not(.btn).disabled {
58955+
color: var(--bs-secondary-color) !important;
58956+
}
58957+
5895458958
.popover-header {
5895558959
text-align: center;
5895658960
}

dist/css/boxstarter.min.css

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/chocolatey.css

+13-9
Original file line numberDiff line numberDiff line change
@@ -5323,11 +5323,11 @@ textarea.form-control-lg {
53235323
.form-check-input:disabled {
53245324
pointer-events: none;
53255325
filter: none;
5326-
opacity: 0.5;
5326+
opacity: 1;
53275327
}
53285328
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
53295329
cursor: default;
5330-
opacity: 0.5;
5330+
opacity: 1;
53315331
}
53325332

53335333
.form-switch {
@@ -6330,7 +6330,7 @@ textarea.form-control-lg {
63306330
--bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
63316331
--bs-dropdown-link-active-color: var(--bs-body-color);
63326332
--bs-dropdown-link-active-bg: var(--bs-tertiary-bg);
6333-
--bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
6333+
--bs-dropdown-link-disabled-color: var(--bs-secondary-color);
63346334
--bs-dropdown-item-padding-x: 1rem;
63356335
--bs-dropdown-item-padding-y: 0.75rem;
63366336
--bs-dropdown-header-color: #6c757d;
@@ -55486,7 +55486,7 @@ strong {
5548655486
*.disabled {
5548755487
font-style: italic !important;
5548855488
font-weight: 400 !important;
55489-
cursor: not-allowed;
55489+
pointer-events: none;
5549055490
}
5549155491

5549255492
/*! purgecss end ignore */
@@ -55636,7 +55636,6 @@ main {
5563655636
.chocolatey-ccm #appSidebar.disabled li a,
5563755637
.chocolatey-ccm #appSidebar.disabled li button {
5563855638
pointer-events: none !important;
55639-
opacity: 0.5 !important;
5564055639
}
5564155640
.chocolatey-ccm #appSidebar.disabled li a:hover,
5564255641
.chocolatey-ccm #appSidebar.disabled li button:hover {
@@ -55645,7 +55644,7 @@ main {
5564555644
.chocolatey-ccm #appSidebar .menu-item-parent.menu-item-child a:not([data-bs-toggle]) {
5564655645
padding-left: 3rem !important;
5564755646
}
55648-
.chocolatey-ccm #appSidebar nav li.active-parent::before, .chocolatey-ccm #appSidebar nav li:hover::before {
55647+
.chocolatey-ccm #appSidebar nav li.active-parent::before, .chocolatey-ccm #appSidebar nav li:hover:not(.disabled)::before {
5564955648
position: absolute;
5565055649
top: -2px;
5565155650
left: 0;
@@ -55656,7 +55655,7 @@ main {
5565655655
background: var(--bs-primary);
5565755656
border-radius: 0.25rem;
5565855657
}
55659-
.chocolatey-ccm #appSidebar nav li.active-parent:first-child::before, .chocolatey-ccm #appSidebar nav li:hover:first-child::before {
55658+
.chocolatey-ccm #appSidebar nav li.active-parent:first-child::before, .chocolatey-ccm #appSidebar nav li:hover:not(.disabled):first-child::before {
5566055659
top: 0;
5566155660
height: calc(100% + 2px);
5566255661
}
@@ -59977,6 +59976,7 @@ button.btn-grab:not(:disabled) {
5997759976
--bs-btn-disabled-color: var(--bs-body-color);
5997859977
--bs-btn-focus-shadow-rgb: 115, 122, 128;
5997959978
--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
59979+
--bs-btn-disabled-border-color: transparent;
5998059980
}
5998159981

5998259982
.btn-reorder {
@@ -61642,7 +61642,7 @@ textarea:disabled ~ .form-text {
6164261642
}
6164361643
#wizard .tab-content .btn-next-step.disabled,
6164461644
#wizard .tab-content .btn-prev-step.disabled {
61645-
cursor: not-allowed;
61645+
pointer-events: none;
6164661646
}
6164761647
#wizard > .nav {
6164861648
display: flex;
@@ -61658,7 +61658,7 @@ textarea:disabled ~ .form-text {
6165861658
text-align: center;
6165961659
}
6166061660
#wizard > .nav .nav-item.disabled {
61661-
cursor: not-allowed !important;
61661+
pointer-events: none !important;
6166261662
}
6166361663
#wizard > .nav .nav-item .nav-link {
6166461664
position: relative;
@@ -63572,6 +63572,10 @@ a,
6357263572
text-underline-offset: 5px;
6357363573
}
6357463574

63575+
a:not(.btn).disabled {
63576+
color: var(--bs-secondary-color) !important;
63577+
}
63578+
6357563579
.popover-header {
6357663580
text-align: center;
6357763581
}

dist/css/chocolatey.min.css

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/zendesk.css

+13-9
Original file line numberDiff line numberDiff line change
@@ -5323,11 +5323,11 @@ textarea.form-control-lg {
53235323
.form-check-input:disabled {
53245324
pointer-events: none;
53255325
filter: none;
5326-
opacity: 0.5;
5326+
opacity: 1;
53275327
}
53285328
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
53295329
cursor: default;
5330-
opacity: 0.5;
5330+
opacity: 1;
53315331
}
53325332

53335333
.form-switch {
@@ -6330,7 +6330,7 @@ textarea.form-control-lg {
63306330
--bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
63316331
--bs-dropdown-link-active-color: var(--bs-body-color);
63326332
--bs-dropdown-link-active-bg: var(--bs-tertiary-bg);
6333-
--bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
6333+
--bs-dropdown-link-disabled-color: var(--bs-secondary-color);
63346334
--bs-dropdown-item-padding-x: 1rem;
63356335
--bs-dropdown-item-padding-y: 0.75rem;
63366336
--bs-dropdown-header-color: #6c757d;
@@ -41010,7 +41010,7 @@ strong {
4101041010
*.disabled {
4101141011
font-style: italic !important;
4101241012
font-weight: 400 !important;
41013-
cursor: not-allowed;
41013+
pointer-events: none;
4101441014
}
4101541015

4101641016
/*! purgecss end ignore */
@@ -41160,7 +41160,6 @@ main {
4116041160
.chocolatey-ccm #appSidebar.disabled li a,
4116141161
.chocolatey-ccm #appSidebar.disabled li button {
4116241162
pointer-events: none !important;
41163-
opacity: 0.5 !important;
4116441163
}
4116541164
.chocolatey-ccm #appSidebar.disabled li a:hover,
4116641165
.chocolatey-ccm #appSidebar.disabled li button:hover {
@@ -41169,7 +41168,7 @@ main {
4116941168
.chocolatey-ccm #appSidebar .menu-item-parent.menu-item-child a:not([data-bs-toggle]) {
4117041169
padding-left: 3rem !important;
4117141170
}
41172-
.chocolatey-ccm #appSidebar nav li.active-parent::before, .chocolatey-ccm #appSidebar nav li:hover::before {
41171+
.chocolatey-ccm #appSidebar nav li.active-parent::before, .chocolatey-ccm #appSidebar nav li:hover:not(.disabled)::before {
4117341172
position: absolute;
4117441173
top: -2px;
4117541174
left: 0;
@@ -41180,7 +41179,7 @@ main {
4118041179
background: var(--bs-primary);
4118141180
border-radius: 0.25rem;
4118241181
}
41183-
.chocolatey-ccm #appSidebar nav li.active-parent:first-child::before, .chocolatey-ccm #appSidebar nav li:hover:first-child::before {
41182+
.chocolatey-ccm #appSidebar nav li.active-parent:first-child::before, .chocolatey-ccm #appSidebar nav li:hover:not(.disabled):first-child::before {
4118441183
top: 0;
4118541184
height: calc(100% + 2px);
4118641185
}
@@ -44958,6 +44957,7 @@ button.btn-grab:not(:disabled) {
4495844957
--bs-btn-disabled-color: var(--bs-body-color);
4495944958
--bs-btn-focus-shadow-rgb: 115, 122, 128;
4496044959
--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
44960+
--bs-btn-disabled-border-color: transparent;
4496144961
}
4496244962

4496344963
.btn-reorder {
@@ -46623,7 +46623,7 @@ textarea:disabled ~ .form-text {
4662346623
}
4662446624
#wizard .tab-content .btn-next-step.disabled,
4662546625
#wizard .tab-content .btn-prev-step.disabled {
46626-
cursor: not-allowed;
46626+
pointer-events: none;
4662746627
}
4662846628
#wizard > .nav {
4662946629
display: flex;
@@ -46639,7 +46639,7 @@ textarea:disabled ~ .form-text {
4663946639
text-align: center;
4664046640
}
4664146641
#wizard > .nav .nav-item.disabled {
46642-
cursor: not-allowed !important;
46642+
pointer-events: none !important;
4664346643
}
4664446644
#wizard > .nav .nav-item .nav-link {
4664546645
position: relative;
@@ -48553,6 +48553,10 @@ a,
4855348553
text-underline-offset: 5px;
4855448554
}
4855548555

48556+
a:not(.btn).disabled {
48557+
color: var(--bs-secondary-color) !important;
48558+
}
48559+
4855648560
.popover-header {
4855748561
text-align: center;
4855848562
}

dist/css/zendesk.min.css

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)