Skip to content

Commit

Permalink
remove spurious opacity from createGroupButton and rename it to not b…
Browse files Browse the repository at this point in the history
…e a total misnomer...
  • Loading branch information
ara4n committed Apr 9, 2018
1 parent 7a75592 commit df5ffb5
Showing 1 changed file with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,17 +115,12 @@ limitations under the License.
padding-right: 4px;
}

.mx_TagPanel_createGroupButton {
opacity: 0.5;
.mx_TagPanel_groupsButton {
margin-bottom: 17px;
margin-top: 18px;
height: 25px;
}

.mx_TagPanel_createGroupButton:hover {
opacity: 1;
}

.mx_TagPanel_createGroupButton object {
.mx_TagPanel_groupsButton object {
pointer-events: none;
}

0 comments on commit df5ffb5

Please sign in to comment.