Fix display of tablists in safari
parent
20563840d7
commit
628d58c9ad
|
@ -244,3 +244,16 @@ $tick-script-overlay-margin: 30px;
|
|||
padding: 20px;
|
||||
border: 2px solid $g4-onyx;
|
||||
}
|
||||
|
||||
/*
|
||||
Fix Display issue in Safari
|
||||
-----------------------------------------------------------------------------
|
||||
The pseudo elements offset items in the tablists
|
||||
*/
|
||||
.nav-tablist {
|
||||
&:before,
|
||||
&:after {
|
||||
content: none;
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue