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
vidjil
vidjil
Commits
19b55b9d
Commit
19b55b9d
authored
Feb 05, 2019
by
flothoni
Committed by
Mathieu Giraud
Feb 05, 2019
Browse files
css; move rule into *.less file
parent
eaaebbad
Pipeline
#61925
passed with stages
in 5 minutes and 43 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
browser/css/light.css
View file @
19b55b9d
...
...
@@ -2273,9 +2273,3 @@ form .form_label {
[
hidden
]
{
display
:
none
!important
;
}
.disabledbutton
{
pointer-events
:
none
;
opacity
:
0.4
;
}
\ No newline at end of file
browser/css/vidjil.less
View file @
19b55b9d
...
...
@@ -2618,3 +2618,8 @@ form {
[hidden] {
display: none !important;
}
.disabledbutton {
pointer-events: none;
opacity: 0.4;
}
\ No newline at end of file
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