Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
83c4fcab
Commit
83c4fcab
authored
Sep 25, 2015
by
Son Nguyen
Committed by
Gerrit Code Review
Sep 25, 2015
Browse files
Merge "Different style for disabled switchboxes (Bug #1489700)"
parents
2b4fe6e0
cad911cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/raw/sass/components/_switch.scss
View file @
83c4fcab
...
...
@@ -52,6 +52,18 @@ $height: 28px;
}
}
input
:disabled
+
.switch-label
{
opacity
:
0
.6
;
cursor
:
default
;
&
:hover
{
.switch-inner
:before
,
.switch-inner
:after
{
background-color
:
$brand-default
;
}
}
}
.switch-inner
{
@include
transition
(
margin
$transition
);
display
:
block
;
...
...
Write
Preview
Supports
Markdown
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