Fix sortorder scss
This commit is contained in:
parent
049c19eb57
commit
dcf8586f6b
1 changed files with 19 additions and 19 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue