[CSS] Note actions size further compatibility work.
This commit is contained in:
parent
e467cf5ec2
commit
6412b632ab
@ -82,11 +82,18 @@
|
|||||||
}
|
}
|
||||||
.button-container {
|
.button-container {
|
||||||
border: none !important;
|
border: none !important;
|
||||||
|
-webkit-border-radius: unset !important;
|
||||||
|
-moz-border-radius: unset !important;
|
||||||
border-radius: unset !important;
|
border-radius: unset !important;
|
||||||
|
-webkit-mask-repeat: no-repeat !important;
|
||||||
|
mask-repeat: no-repeat !important;
|
||||||
|
-webkit-mask-size: cover !important;
|
||||||
|
mask-size: cover !important;
|
||||||
margin-left: 0.6rem;
|
margin-left: 0.6rem;
|
||||||
width: 1rem;
|
width: 1rem;
|
||||||
height: 1rem;
|
height: 1rem;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
.button-container:hover,
|
.button-container:hover,
|
||||||
.button-container:focus {
|
.button-container:focus {
|
||||||
border: none !important
|
border: none !important
|
||||||
|
Loading…
Reference in New Issue
Block a user