-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Remove CSS isolation from Common Library : Fix #344 * Fix test fail * dockerignore update
- Loading branch information
1 parent
e57ac1c
commit 5fc9744
Showing
25 changed files
with
329 additions
and
309 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
**/.dockerignore | ||
**/.env | ||
**/.git | ||
**/.gitignore | ||
**/.project | ||
**/.settings | ||
**/.toolstarget | ||
**/.vs | ||
**/.vscode | ||
**/*.*proj.user | ||
**/*.dbmdl | ||
**/*.jfm | ||
**/bin | ||
**/docker-compose* | ||
**/Dockerfile* | ||
**/obj |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
// See the License for the specific language governing permissions and | ||
// limitations under the License. | ||
-------------------------------------------------------------------------------> | ||
<div id="@this.cardId" class="card"> | ||
<div id="@this.cardId" class="application__card card"> | ||
<a class="card-btn card__link" href="@this.CurrentApplication.Url" > | ||
<span class="oi [email protected] display-flex justify-content-center card__icon" title="@this.CurrentApplication.Icon" aria-hidden="true"></span> | ||
<div class="card-body display-flex flex-column align-items-center card__content"> | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
COMET.Web.Common/Components/ParameterTypeEditors/CompoundParameterTypeEditor.razor.css
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 0 additions & 36 deletions
36
COMET.Web.Common/Components/ParameterTypeEditors/OrientationComponent.razor.css
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
COMET.Web.Common/Components/ParameterTypeEditors/QuantityKindParameterTypeEditor.razor.css
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 0 additions & 15 deletions
15
COMET.Web.Common/Components/ParameterTypeEditors/TextParameterTypeEditor.razor.css
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
COMET.Web.Common/Components/Selectors/ParameterSwitchKindSelector.razor.css
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
COMET.Web.Common/Components/ValueSetRenderers/ValueArrayDetails.razor.css
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.