Browse Source

proper feedback for breadcrumbs when tabbing with keyboard

tags/v8.0.0alpha1
Jan-Christoph Borchardt 9 years ago
parent
commit
5a678a6350
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      core/css/styles.css

+ 1
- 0
core/css/styles.css View File

@@ -975,6 +975,7 @@ div.crumb a.ellipsislink {
/* some feedback for hover/tap on breadcrumbs */
div.crumb:hover,
div.crumb:focus,
div.crumb a:focus,
div.crumb:active {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
filter:alpha(opacity=70);

Loading…
Cancel
Save