Cleanup sortorder scss rules
This commit is contained in:
parent
e6ab59a207
commit
d8b9feedae
2 changed files with 8 additions and 32 deletions
|
@ -13,29 +13,19 @@
|
|||
cursor: pointer;
|
||||
opacity: .57;
|
||||
|
||||
a {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
&.active {
|
||||
opacity: 1 !important;
|
||||
}
|
||||
|
||||
img {
|
||||
cursor: pointer;
|
||||
margin-right: 5px;
|
||||
vertical-align: text-bottom;
|
||||
}
|
||||
|
||||
span {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
opacity: 1 !important;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
&.open {
|
||||
display: block;
|
||||
}
|
||||
|
@ -46,8 +36,6 @@
|
|||
&.sort-indicator {
|
||||
margin-left: auto;
|
||||
margin-right: 0;
|
||||
filter: alpha(opacity=80);
|
||||
opacity: .8;
|
||||
float: right;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
|
|
@ -1655,29 +1655,19 @@ td.ui-timepicker-hours table {
|
|||
cursor: pointer;
|
||||
opacity: .57;
|
||||
|
||||
a {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
&.active {
|
||||
opacity: 1 !important;
|
||||
}
|
||||
|
||||
img {
|
||||
cursor: pointer;
|
||||
margin-right: 5px;
|
||||
vertical-align: text-bottom;
|
||||
}
|
||||
|
||||
span {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
opacity: 1 !important;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
&.open {
|
||||
display: block;
|
||||
}
|
||||
|
@ -1688,8 +1678,6 @@ td.ui-timepicker-hours table {
|
|||
&.sort-indicator {
|
||||
margin-left: auto;
|
||||
margin-right: 0;
|
||||
filter: alpha(opacity=80);
|
||||
opacity: .8;
|
||||
float: right;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue