switch SVGs from imgs to objects, fixing CSS to make onClicks work
This commit is contained in:
@@ -55,6 +55,10 @@ limitations under the License.
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.mx_RightPanel_headerButton object {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.mx_RightPanel_headerButton_highlight {
|
||||
position: absolute;
|
||||
bottom: -2px;
|
||||
|
||||
Reference in New Issue
Block a user