@sumaris-net/ngx-components 1.20.19 → 1.20.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -308,6 +308,11 @@ html:not(.plt-mobile) {
|
|
|
308
308
|
// }
|
|
309
309
|
//}
|
|
310
310
|
|
|
311
|
+
body {
|
|
312
|
+
// Commentée le 17/06/22 par BLA - Pourquoi cette ligne ? Cela provoque une sélection du texte des label d'onglet, dans les modales avec encapusation=ViewEncapsulation.None
|
|
313
|
+
//user-select: text !important;
|
|
314
|
+
}
|
|
315
|
+
|
|
311
316
|
@media screen and (min-width: $screen-md) {
|
|
312
317
|
|
|
313
318
|
html,
|