Issue #1057912 by bfroehle, mgifford, bowersox, tarekdj, geerlingguy, irunflower, hgurol: Fixed Weird Border on Vertical Tabs with Google Chrome and Safari caused by .element-invisible.

8.0.x
webchick 2012-09-05 23:37:54 -07:00
parent c11a35b640
commit 295d4e45cf
1 changed files with 4 additions and 0 deletions

View File

@ -236,6 +236,8 @@ tr .ajax-progress-throbber .throbber {
position: absolute !important;
clip: rect(1px, 1px, 1px, 1px);
left: 0;
overflow: hidden;
height: 1px;
}
/**
@ -246,6 +248,8 @@ tr .ajax-progress-throbber .throbber {
.element-invisible.element-focusable:focus {
position: static !important;
clip: auto;
overflow: visible;
height: auto;
}
/**