-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tech/3733/view encapsulation dialogs (#3736)
* chore(visualization): enable view encapsulation in error dialog * chore(visualization): enable view encapsulation in change log dialog * chore(visualization): enable view encapsulation in confirm reset map dialog * chore(visualization): enable view encapsulation in confirmation dialog * refactor(visualization): add selector and renaming * refactor(visualization): improve styling for downloadAndPurgeConfigs component inside addCustomConfigDialog * chore(visualization): enable View Encapsulation for CodeChartaChomponent and split styling * chore(visualization): enable View Encapsulation for File Extension Bar * fix(visualization): add selector to prevent the styling from being applied to other components * chore(visualization): enable View Encapsulation for LoadingFileProgressSpinnerComponent * chore(visualization): enable View Encapsulation for MetricChooserTypeComponent * chore(visualization): enable View Encapsulation for MapTreeViewItemOptionButtonsComponent and improve styling * chore(visualization): improve styling * chore(visualization): update changelog --------- Co-authored-by: lisa.walter <lisa.walter@maibornwolff.de> Co-authored-by: Polina Schoenfeld <polina.schoenfeld@maibornwolff.de>
- Loading branch information
1 parent
857aeb1
commit 2f9a552
Showing
31 changed files
with
141 additions
and
134 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
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 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
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
7 changes: 3 additions & 4 deletions
7
visualization/app/codeCharta/ui/dialogs/changelogDialog/changelogDialog.component.ts
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
7 changes: 3 additions & 4 deletions
7
visualization/app/codeCharta/ui/dialogs/confirmationDialog/confirmationDialog.component.ts
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
6 changes: 3 additions & 3 deletions
6
visualization/app/codeCharta/ui/dialogs/errorDialog/errorDialog.component.ts
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
top: 98px; | ||
} | ||
|
||
cc-file-extension-bar { | ||
:host { | ||
z-index: 30; | ||
background-color: white; | ||
|
||
|
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
2 changes: 1 addition & 1 deletion
2
...on/app/codeCharta/ui/loadingFileProgressSpinner/loadingFileProgressSpinner.component.scss
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
cc-loading-file-progress-spinner #loading-gif-file { | ||
#loading-gif-file { | ||
position: fixed; | ||
left: 0; | ||
top: 0; | ||
|
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
#logo { | ||
display: flex; | ||
flex-direction: column; | ||
position: absolute; | ||
left: 2em; | ||
bottom: 1em; | ||
z-index: 1; | ||
|
||
img { | ||
object-fit: contain; | ||
max-width: 100%; | ||
height: auto; | ||
} | ||
|
||
h2 { | ||
color: #5a585a; | ||
font-weight: bold; | ||
font-size: 10px; | ||
text-align: center; | ||
margin: 0; | ||
z-index: -1; | ||
} | ||
} |
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
9 changes: 4 additions & 5 deletions
9
...lization/app/codeCharta/ui/metricChooser/metricChooserType/metricChooserType.component.ts
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
23 changes: 23 additions & 0 deletions
23
...anel/mapTreeView/mapTreeViewItemOptionButtons/mapTreeViewItemOptionButtons.component.scss
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,23 @@ | ||
@use "variables"; | ||
|
||
button { | ||
display: inline-block; | ||
height: 19px; | ||
width: 24px; | ||
min-height: 0; | ||
margin: 0; | ||
background-color: transparent; | ||
box-shadow: none; | ||
vertical-align: top; | ||
|
||
&:hover { | ||
background-color: #ddd; | ||
color: variables.$cc-font-color; | ||
} | ||
|
||
i { | ||
position: absolute; | ||
top: 2px; | ||
left: 6px; | ||
} | ||
} |
Oops, something went wrong.