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.
parent
c11a35b640
commit
295d4e45cf
|
@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue