#562 fix

parent 048dd431
...@@ -89,7 +89,9 @@ ...@@ -89,7 +89,9 @@
class="picto-grid__row"> class="picto-grid__row">
<div <div
class="picto pull-left" 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 <img
src="/app/img/redcross.png" src="/app/img/redcross.png"
class="disabled" class="disabled"
...@@ -97,8 +99,6 @@ ...@@ -97,8 +99,6 @@
<img <img
ng-src="{{studentPicto.picto.uri}}" ng-src="{{studentPicto.picto.uri}}"
class="unselectable" class="unselectable"
popover="{{studentPicto.expression.text}}"
popover-trigger="mouseenter"
ng-click="show_category(studentPicto)" ng-click="show_category(studentPicto)"
ng-class="{ ng-class="{
'novisible': studentPicto.attributes.status == 'invisible', 'novisible': studentPicto.attributes.status == 'invisible',
......
...@@ -62,6 +62,7 @@ ...@@ -62,6 +62,7 @@
&__title { &__title {
margin-top: 0; margin-top: 0;
color: white;
text-transform: capitalize; 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