#562 fix

parent 048dd431
......@@ -89,7 +89,9 @@
class="picto-grid__row">
<div
class="picto pull-left"
ng-repeat="studentPicto in studentPictoRow track by $index">
ng-repeat="studentPicto in studentPictoRow track by $index"
popover="{{studentPicto.expression.text}}"
popover-trigger="mouseenter">
<img
src="/app/img/redcross.png"
class="disabled"
......@@ -97,8 +99,6 @@
<img
ng-src="{{studentPicto.picto.uri}}"
class="unselectable"
popover="{{studentPicto.expression.text}}"
popover-trigger="mouseenter"
ng-click="show_category(studentPicto)"
ng-class="{
'novisible': studentPicto.attributes.status == 'invisible',
......
......@@ -62,6 +62,7 @@
&__title {
margin-top: 0;
color: white;
text-transform: capitalize;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment