Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
4a4bcb15
Commit
4a4bcb15
authored
Aug 04, 2020
by
Tom Quirk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix stylelint warnings for toggle.scss
parent
07e28909
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
19 deletions
+10
-19
app/assets/stylesheets/framework/toggle.scss
app/assets/stylesheets/framework/toggle.scss
+10
-19
No files found.
app/assets/stylesheets/framework/toggle.scss
View file @
4a4bcb15
...
...
@@ -63,14 +63,6 @@
.toggle-icon-svg
{
fill
:
$gl-gray-400
;
}
.toggle-status-checked
{
display
:
none
;
}
.toggle-status-unchecked
{
display
:
inline
;
}
}
.loading-icon
{
...
...
@@ -84,10 +76,6 @@
}
&
.is-loading
{
.toggle-icon
{
display
:
none
;
}
.loading-icon
{
display
:
block
;
...
...
@@ -109,15 +97,18 @@
.toggle-icon-svg
{
fill
:
$feature-toggle-color-enabled
;
}
}
}
.toggle-status-checked
{
display
:
inline
;
}
&
.is-checked
.toggle-icon
.toggle-status-checked
,
.toggle-icon
.toggle-status-unchecked
{
display
:
inline
;
}
.toggle-status-unchecked
{
display
:
none
;
}
}
&
.is-checked
.toggle-icon
.toggle-status-unchecked
,
&
.is-loading
.toggle-icon
,
.toggle-icon
.toggle-status-checked
{
display
:
none
;
}
&
.is-disabled
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment