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
open-source
MetaGer
Commits
4e799fbf
Commit
4e799fbf
authored
Feb 19, 2018
by
Karl Hasselbring
Browse files
Die Optionen der Ergebnisse erscheinen jetzt flüssig animiert
parent
081a1d0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/assets/less/metager/result.less
View file @
4e799fbf
...
@@ -10,7 +10,6 @@
...
@@ -10,7 +10,6 @@
border: 1px solid #ccc;
border: 1px solid #ccc;
background-color: white;
background-color: white;
box-shadow: 0px 1px 1.5px 0px rgba(0, 0, 0, 0.12), 1px 0px 1px 0px rgba(0, 0, 0, 0.24);
box-shadow: 0px 1px 1.5px 0px rgba(0, 0, 0, 0.12), 1px 0px 1px 0px rgba(0, 0, 0, 0.24);
.result-header {
.result-header {
.result-title {
.result-title {
margin: 0px;
margin: 0px;
...
@@ -134,7 +133,6 @@
...
@@ -134,7 +133,6 @@
flex-grow: 1;
flex-grow: 1;
text-align: right;
text-align: right;
}
}
}
}
&.ad .ad-label {
&.ad .ad-label {
&,
&,
...
@@ -152,31 +150,28 @@
...
@@ -152,31 +150,28 @@
text-align: right;
text-align: right;
color: #777;
color: #777;
}
}
&>.result-options {
&>.result-options {
&>.options {
&>.options {
width: 100%;
width: 100%;
text-align: right;
text-align: right;
overflow: hidden;
overflow: hidden;
max-height: 0px;
max-height: 0px;
transition: max-height 1.0s;
transition: all 1.0s;
-webkit-transition: max-height 1.0s;
-webkit-transition: all 1.0s;
opacity: 0;
}
}
&>.result-toggle:checked
+
.options {
&>.result-toggle:checked
+
.options {
max-height: 150px;
max-height: 150px;
overflow: initial;
overflow: initial;
opacity: 1;
}
}
li {
li {
font-size: 14px;
font-size: 14px;
text-transform: uppercase;
text-transform: uppercase;
margin: 10px 0;
margin: 10px 0;
}
}
li>a {
li > a {
color: black;
color: black;
}
}
}
}
}
}
\ 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