Skip to content

Commit df5ffb5

Browse files
committed
remove spurious opacity from createGroupButton and rename it to not be a total misnomer...
1 parent 7a75592 commit df5ffb5

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

src/skins/vector/css/matrix-react-sdk/structures/_TagPanel.scss

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -115,17 +115,12 @@ limitations under the License.
115115
padding-right: 4px;
116116
}
117117

118-
.mx_TagPanel_createGroupButton {
119-
opacity: 0.5;
118+
.mx_TagPanel_groupsButton {
120119
margin-bottom: 17px;
121120
margin-top: 18px;
122121
height: 25px;
123122
}
124123

125-
.mx_TagPanel_createGroupButton:hover {
126-
opacity: 1;
127-
}
128-
129-
.mx_TagPanel_createGroupButton object {
124+
.mx_TagPanel_groupsButton object {
130125
pointer-events: none;
131126
}

0 commit comments

Comments
 (0)