Skip to content

Commit

Permalink
Merge pull request #1671 from younginnovations/1670-remove-public-fil…
Browse files Browse the repository at this point in the history
…es-from-main

Reviewed: 1670-remove-public-files-from-main
  • Loading branch information
PG-Momik authored Jan 13, 2025
2 parents d09f73a + 1227c84 commit 987d171
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 179,668 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ github-credentials.yaml
/public/css
/public/js
/storage/test.xml
/public/js/*.js
63,806 changes: 0 additions & 63,806 deletions public/js/app.js

This file was deleted.

1,407 changes: 0 additions & 1,407 deletions public/js/formbuilder.js

This file was deleted.

194 changes: 0 additions & 194 deletions public/js/manifest.js

This file was deleted.

194 changes: 0 additions & 194 deletions public/js/script.js

This file was deleted.

113,882 changes: 0 additions & 113,882 deletions public/js/vendor.js

This file was deleted.

169 changes: 0 additions & 169 deletions public/js/webportal-script.js

This file was deleted.

32 changes: 16 additions & 16 deletions resources/assets/sass/component/_input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -256,41 +256,41 @@ label {
}

select.select2.default-value-indicator
+ .select2
.selection
.select2-selection:not(:focus) {
+ .select2
.selection
.select2-selection:not(:focus) {
border: 2px solid #3f9a7c;
background-color: #3f9a7c15;
}

select.select2.default-value-indicator
+ .select2
.selection
.select2-selection:not(:focus) {
+ .select2
.selection
.select2-selection:not(:focus) {
border: 2px solid #3f9a7c;
background-color: #3f9a7c15;
}

select.select2.default-value-indicator
+ .select2
.selection
.select2-selection
.select2-selection__placeholder {
+ .select2
.selection
.select2-selection
.select2-selection__placeholder {
color: var(--bluecoral-50);
}

select.select2.default-value-indicator
+ .select2.select2-container--open
.selection
.select2-selection {
+ .select2.select2-container--open
.selection
.select2-selection {
border: 1px solid #a6b5ba;
background-color: white;
}

select.select2.default-value-indicator
+ .select2
.selection
.select2-selection.select2-selection--clearable {
+ .select2
.selection
.select2-selection.select2-selection--clearable {
border: 1px solid #a6b5ba;
background-color: white;
}
Expand Down

0 comments on commit 987d171

Please sign in to comment.