proper feedback for breadcrumbs when tabbing with keyboard
This commit is contained in:
parent
30db964b25
commit
5a678a6350
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue