MOBILE-3320 core: Make alert messages selectable
parent
51e5aa2b39
commit
da3ca9b869
|
@ -194,6 +194,10 @@ ion-alert.core-nohead {
|
|||
}
|
||||
}
|
||||
|
||||
ion-alert .alert-message {
|
||||
user-select: text;
|
||||
}
|
||||
|
||||
// Ionic list.
|
||||
ion-list.list-md {
|
||||
padding: 0;
|
||||
|
|
Loading…
Reference in New Issue