Cleanup sortorder scss rules

This commit is contained in:
Raimund Schlüßler 2017-09-17 17:45:21 +02:00
parent e6ab59a207
commit d8b9feedae
No known key found for this signature in database
GPG key ID: 036FA7EB1A599178
2 changed files with 8 additions and 32 deletions

View file

@ -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;
}

View file

@ -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;
}