Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Lodder committed Feb 27, 2024
1 parent ff55117 commit 3f83bf3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ const SampleData = {
const sampledataAjax = (type, steps, step) => {
// Get variables
const baseUrl = `index.php?option=com_ajax&format=json&group=sampledata&${Joomla.getOptions('csrf.token')}=1`;
const options = Joomla.getOptions('sample-data');

// Create list
const list = document.createElement('div');
Expand Down
4 changes: 0 additions & 4 deletions build/media_source/system/js/joomla-core-loader.w-c.es6.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
* Creates a custom element with the default spinner of the Joomla logo
*/
class JoomlaCoreLoader extends HTMLElement {
constructor() {
super();
}

connectedCallback() {
this.style.backgroundColor = this.color;

Expand Down
8 changes: 4 additions & 4 deletions build/media_source/system/scss/joomla-core-loader.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
:host {
z-index: 10000;
opacity: .8;
align-items: center;
display: flex;
overflow: hidden;
align-items: center;
justify-content: center;
overflow: hidden;
opacity: .8;
}

:host(.fullscreen) {
Expand All @@ -16,7 +16,7 @@

svg {
width: 345px;
height: 345px;
height: 345px;
}
}

Expand Down

0 comments on commit 3f83bf3

Please sign in to comment.