Commit df6926c 1 parent 5c94558 commit df6926c Copy full SHA for df6926c
File tree 2 files changed +14
-2
lines changed
reference/library/src/morpheus-master/sass/modules/tool/samigo
samigo/samigo-app/src/webapp/jsf/delivery/item
2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 187
187
margin-right : 1em ;
188
188
}
189
189
}
190
+
191
+ .toolTipLink {
192
+ color : $link-color ;
193
+ background-color : $link-background-color ;
194
+ text-decoration : underline ;
195
+ cursor : pointer ;
196
+ & :hover {
197
+ color : $link-hover-color ;
198
+ background-color : $link-hover-background-color ;
199
+ text-decoration :underline ;
200
+ }
201
+ }
190
202
}
Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ should be included in file importing DeliveryMessages
27
27
<!-- ATTACHMENTS -->
28
28
<%@ include file =" /jsf/delivery/item/attachment.jsp" %>
29
29
30
- <h:outputLink value = " # " styleClass =" hasTooltip" >
30
+ <h:panelGroup styleClass =" hasTooltip toolTipLink " >
31
31
<h:outputText value =" #{deliveryMessages.additional_instructions_label}" />
32
- </h:outputLink >
32
+ </h:panelGroup >
33
33
<h:panelGroup layout =" block" id =" div_accepted_instruction" style =" display :none ;" >
34
34
<h:outputText value =" #{deliveryMessages.fin_accepted_instruction} " escape =" false" />
35
35
<f:verbatim ><br /></f:verbatim >
You can’t perform that action at this time.
0 commit comments