Skip to content
Snippets Groups Projects
Commit cf19fe28 authored by Ron Lucke's avatar Ron Lucke
Browse files

fix #2207

Closes #2207

Merge request studip/studip!1804
parent 29613caf
No related branches found
No related tags found
No related merge requests found
......@@ -4800,13 +4800,14 @@ cw tiles
background: none;
progress {
appearance: none;
display: block;
width: 100%;
height: 3px;
margin: 0;
border: none;
background: rgba(0,0,0,0.3);
&:-webkit-progress-bar {
&::-webkit-progress-bar {
background: rgba(0,0,0,0.3);
}
&::-webkit-progress-value {
......
<template>
<div class="courseware-unit-item">
<li class="courseware-unit-item">
<courseware-tile
tag="li"
tag="div"
:color="color"
:title="title"
:descriptionLink="url"
......@@ -54,7 +54,7 @@
<courseware-unit-item-dialog-export v-if="showExportDialog" :unit="unit" @close="showExportDialog = false" />
<courseware-unit-item-dialog-settings v-if="showSettingsDialog" :unit="unit" @close="closeSettingsDialog"/>
</div>
</li>
</template>
<script>
......@@ -181,4 +181,4 @@ export default {
this.companionSuccess({ info: this.$gettext('Lernmaterial kopiert.') }); }
}
}
</script>
\ No newline at end of file
</script>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment