Skip to content

Commit

Permalink
Bug/dave 396 flying button (#211)
Browse files Browse the repository at this point in the history
* remove open on hover

* change background and text color
  • Loading branch information
Der-Alex-K authored Oct 8, 2024
1 parent 8ed470c commit 05e9f33
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
7 changes: 2 additions & 5 deletions frontend/src/components/map/ZaehlstelleMap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -576,10 +576,7 @@ function markerOptionsZaehlart(zaehlart: string, index: number) {
iconAnchor: calculateIconAnchorCoordinatesForZaehlartMarker(index),
iconSize: [30, 30],
className: `zaehlart-circle-${getColorForZaehlartenMarker(zaehlart)}`,
html:
'<span class="white--text text-Button font-weight-bold">' +
zaehlart +
"</span>",
html: '<span class="text-white font-weight-bold">' + zaehlart + "</span>",
});
return { opacity: 1.0, icon: divIcon };
Expand Down Expand Up @@ -636,7 +633,7 @@ wurden die Farbe auf schwarz gesetzt */
width: 30px;
line-height: 30px;
border-radius: 50%;
background: red;
background: #f44336;
text-align: center;
}
.zaehlart-circle-secondary {
Expand Down
2 changes: 0 additions & 2 deletions frontend/src/components/messstelle/charts/SpeedDial.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
<v-speed-dial
v-model="speedDialOpen"
location="top"
open-on-hover
open-delay="150"
>
<template #activator="{ props: activatorProps }">
<v-btn
Expand Down
2 changes: 0 additions & 2 deletions frontend/src/views/HomeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
<v-speed-dial
v-model="speedDialOpen"
location="top"
open-on-hover
open-delay="150"
>
<template #activator="{ props: activatorProps }">
<v-btn
Expand Down

0 comments on commit 05e9f33

Please sign in to comment.