mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-29 07:09:48 +03:00
Fixed email-cta button text not being selectable in Firefox
refs https://github.com/TryGhost/Team/issues/928 - the `.gh-btn` styling has `user-select: none` which was preventing Firefox from allowing selection using the mouse
This commit is contained in:
parent
e02e921b22
commit
a6f88746e6
@ -981,4 +981,5 @@ figure {
|
||||
padding: 4px;
|
||||
border: 0;
|
||||
text-align: center;
|
||||
user-select: auto;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user