@exakt/ui 0.0.63 → 0.0.64
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/dist/module.json
CHANGED
|
@@ -188,6 +188,12 @@ const onActivatorClick = () => {
|
|
|
188
188
|
};
|
|
189
189
|
</script>
|
|
190
190
|
<style scoped lang="scss">
|
|
191
|
+
a {
|
|
192
|
+
text-decoration: none !important;
|
|
193
|
+
color: inherit !important;
|
|
194
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
195
|
+
}
|
|
196
|
+
|
|
191
197
|
.t-dropdown {
|
|
192
198
|
position: relative;
|
|
193
199
|
}
|