switch SVGs from imgs to objects, fixing CSS to make onClicks work
This commit is contained in:
parent
a78a693903
commit
3abdcbf806
5 changed files with 25 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue