Skip to content

Commit

Permalink
[Confluence] fix focused text color for addons on home
Browse files Browse the repository at this point in the history
  • Loading branch information
ronie committed Jan 12, 2015
1 parent b9910a4 commit f185a3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/skin.confluence/720p/includes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1060,7 +1060,7 @@
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
<visible>Control.HasFocus(9002)</visible>
<visible>ControlGroup(9002).HasFocus</visible>
</control>
<control type="label">
<left>1</left>
Expand All @@ -1072,7 +1072,7 @@
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
<visible>!Control.HasFocus(9002)</visible>
<visible>!ControlGroup(9002).HasFocus</visible>
</control>
</focusedlayout>
</include>
Expand Down

0 comments on commit f185a3a

Please sign in to comment.