Skip to content

Commit f59c1de

Browse files
committed
Isolate badge CSS in parent class .things-list
Signed-off-by: Florian Hotze <dev@florianhotze.com>
1 parent 88981ea commit f59c1de

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed

bundles/org.openhab.ui/web/src/pages/settings/things/things-list.vue

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -220,21 +220,19 @@
220220
<style lang="stylus">
221221
.things-list
222222
margin-bottom calc(var(--f7-fab-size) + 2 * calc(var(--f7-fab-margin) + var(--f7-safe-area-bottom)))
223-
224-
.badge-with-marker
225-
position relative
226-
display inline-block
227-
228-
.badge-marker-dot
229-
position absolute
230-
top -2px
231-
right -2px
232-
width 10px
233-
height 10px
234-
background-color var(--f7-color-blue)
235-
border 1px solid var(--f7-list-bg-color)
236-
border-radius 50%
237-
pointer-events none
223+
.badge-with-marker
224+
position relative
225+
display inline-block
226+
.badge-marker-dot
227+
position absolute
228+
top -2px
229+
right -2px
230+
width 10px
231+
height 10px
232+
background-color var(--f7-color-blue)
233+
border 1px solid var(--f7-list-bg-color)
234+
border-radius 50%
235+
pointer-events none
238236
</style>
239237

240238
<script>

0 commit comments

Comments
 (0)