Skip to content

Commit

Permalink
rebuild - keyboard shows tooltip for non-clickable tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
RazvanDH committed Apr 22, 2015
1 parent 3e95307 commit aafcab5
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 2 deletions.
Binary file modified dist/fonts/fc-icons.eot
Binary file not shown.
Binary file modified dist/fonts/fc-icons.ttf
Binary file not shown.
Binary file modified dist/fonts/fc-icons.woff
Binary file not shown.
3 changes: 2 additions & 1 deletion dist/sass/general/forms-v2.scss
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,8 @@
}

&.is-active,
.tooltip_trigger:not(.tooltip_clickable):hover + {
.tooltip_trigger:not(.tooltip_clickable):hover +,
.tooltip_trigger:not(.tooltip_clickable):focus + {
.tooltip_content {
overflow: visible;
@include opacity(1);
Expand Down
2 changes: 1 addition & 1 deletion dist/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2226,7 +2226,7 @@ form h3 {
content: '?'; }
.tooltip_symbol:hover {
background: #097fc9; }
.tooltip.is-active .tooltip_content, .tooltip .tooltip_trigger:not(.tooltip_clickable):hover + .tooltip_content {
.tooltip.is-active .tooltip_content, .tooltip .tooltip_trigger:not(.tooltip_clickable):hover + .tooltip_content, .tooltip .tooltip_trigger:not(.tooltip_clickable):focus + .tooltip_content {
overflow: visible;
opacity: 1;
filter: alpha(opacity=100);
Expand Down

0 comments on commit aafcab5

Please sign in to comment.