Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
libre
marka
Commits
7ede78fc
Commit
7ede78fc
authored
Jan 27, 2016
by
Michał 'rysiek' Woźniak
Browse files
fade-out removed
parent
34d1d88a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
css/marka.css
css/marka.css
+2
-3
No files found.
css/marka.css
View file @
7ede78fc
...
...
@@ -5,7 +5,6 @@
.marka
>
.marka-results
{
visibility
:
hidden
;
opacity
:
0
;
transition
:
opacity
0.5s
ease-out
0.2s
,
visibility
0s
linear
1s
;
}
.marka
>
.marka-toggle
:checked
+
.marka-results
{
...
...
@@ -19,12 +18,12 @@
.marka
:hover
>
.marka-results
{
visibility
:
visible
;
opacity
:
1
;
/*
transition:opacity 0.2s ease-out, visibility 0s linear 0s;
*/
transition
:
opacity
0.2s
ease-out
,
visibility
0s
linear
0s
;
}
/* info text when empty */
.marka-results
:empty
{
/*
display:none !important;
*/
display
:
none
!important
;
}
.marka-results
:empty::before
{
content
:
"no results yet"
;
...
...
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