Improve accessibility of the BetaPill (#7949)

This commit is contained in:
Michael Telatynski
2022-03-02 16:31:47 +00:00
committed by GitHub
parent c727942095
commit 560f8f7ee7
3 changed files with 9 additions and 15 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ limitations under the License.
display: inline-block;
vertical-align: text-bottom;
&.mx_BetaCard_betaPill_clickable {
&.mx_AccessibleButton {
cursor: pointer;
}
}