Fix sortorder scss

This commit is contained in:
Raimund Schlüßler 2017-10-01 16:58:18 +02:00
parent 049c19eb57
commit dcf8586f6b
No known key found for this signature in database
GPG key ID: 036FA7EB1A599178

View file

@ -7,25 +7,6 @@
top: 68px;
right: 3px;
li {
float: inherit;
width: auto !important;
cursor: pointer;
opacity: .57;
a {
width: 100% !important;
}
&.active {
opacity: 1 !important;
}
&:hover {
opacity: 1 !important;
}
}
&.open {
display: block;
}
@ -48,4 +29,23 @@
.active .icon.sort-indicator {
visibility: visible;
}
li {
float: inherit;
width: auto !important;
cursor: pointer;
opacity: .57;
a {
width: 100% !important;
}
&.active {
opacity: 1 !important;
}
&:hover {
opacity: 1 !important;
}
}
}