[Library & common-assets| new-theme]: Fixes in custom-external.
1. resultLanding.component.html: [Bug fix] In EGI Notebook, uk-text-uppercase should be in text (custom-external icon could not be loaded). 2. resultLanding.component.ts: Removed unnecessary log. 3. result-preview.component.html: Added properly "custom-external" class. 4. utils.css: In class "custom-external", set verical-align: super.
This commit is contained in:
parent
84332ef82b
commit
c1445656a2
|
@ -27,7 +27,7 @@
|
|||
/*}*/
|
||||
|
||||
.custom-external::after {
|
||||
vertical-align: text-top;
|
||||
vertical-align: super;
|
||||
color: var(--placeholder-color);
|
||||
font-weight: 300;
|
||||
font-size: 70%;
|
||||
|
|
Loading…
Reference in New Issue