mirror of
https://github.com/vector-im/element-web.git
synced 2025-09-18 04:01:39 +02:00
remove spurious opacity from createGroupButton and rename it to not be a total misnomer...
This commit is contained in:
parent
08da6b6185
commit
65a500c047
@ -115,17 +115,12 @@ limitations under the License.
|
|||||||
padding-right: 4px;
|
padding-right: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_TagPanel_createGroupButton {
|
.mx_TagPanel_groupsButton {
|
||||||
opacity: 0.5;
|
|
||||||
margin-bottom: 17px;
|
margin-bottom: 17px;
|
||||||
margin-top: 18px;
|
margin-top: 18px;
|
||||||
height: 25px;
|
height: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_TagPanel_createGroupButton:hover {
|
.mx_TagPanel_groupsButton object {
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mx_TagPanel_createGroupButton object {
|
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user