Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cloud
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
cloud
Commits
69027a2f
Commit
69027a2f
authored
3 years ago
by
Yas Naoi
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3258311
by yas: Comply with Drupal coding standards (18)
parent
a8616ccc
No related branches found
No related tags found
1 merge request
!606
Issue #3258311: Comply with Drupal coding standards (18)
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
js/cloud_horizon_chart.js
+1
-1
1 addition, 1 deletion
js/cloud_horizon_chart.js
with
1 addition
and
1 deletion
js/cloud_horizon_chart.js
+
1
−
1
View file @
69027a2f
...
@@ -48,7 +48,7 @@
...
@@ -48,7 +48,7 @@
const
fontColor
=
$
(
data
.
selector
).
css
(
'
color
'
);
const
fontColor
=
$
(
data
.
selector
).
css
(
'
color
'
);
let
bgColor
=
''
;
let
bgColor
=
''
;
$
(
data
.
selector
).
parents
().
each
(
function
()
{
$
(
data
.
selector
).
parents
().
each
(
function
()
{
console
.
log
(
getComputedStyle
(
this
).
backgroundColor
);
console
.
log
(
getComputedStyle
(
this
).
backgroundColor
);
let
color
=
getComputedStyle
(
this
).
backgroundColor
;
let
color
=
getComputedStyle
(
this
).
backgroundColor
;
if
(
color
&&
color
!==
BACKGROUND_DEFAULT_COLOR
)
{
if
(
color
&&
color
!==
BACKGROUND_DEFAULT_COLOR
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment