tdf#122572: Don't underline the entries in the iOS selection context menu

The entries in the native edit menus appeared underlined for me
because I had turned on “Button Shapes” in Settings > General >
Accessibility. They are not supposed to be underlined normally.

Change-Id: I9b85774f3c8300e014092f6ea08953a404156899
diff --git a/loleaflet/css/loleaflet.css b/loleaflet/css/loleaflet.css
index ca6e9c9..adeb1ac 100644
--- a/loleaflet/css/loleaflet.css
+++ b/loleaflet/css/loleaflet.css
@@ -363,7 +363,6 @@

.loleaflet-ios-context-table {
	color: white;
	text-decoration: underline;
	font-size: 15px;
	border-spacing: 0;
}