@@ -273,11 +273,18 @@ oui-step-form {
273273.oui-horizontal-line_thin {
274274 border-top-width : 1px ;
275275}
276+ abbr [title ],
277+ abbr [oui-tooltip ],
278+ abbr [data-oui-tooltip ] {
279+ border-bottom : dashed 1px # 00a2bf ;
280+ text-decoration : none;
281+ cursor : help;
282+ }
276283@font-face {
277284 font-family : 'Oui Icons' ;
278285 font-style : normal;
279286 font-weight : 400 ;
280- src : url ("../../dist/icons/icons.eot?#iefix&v=2.16.1 " ) format ("embedded-opentype" ), url ("../../dist/icons/icons.woff?v=2.16.1 " ) format ("woff" ), url ("../../dist/icons/icons.woff2?v=2.16.1 " ) format ("woff2" ), url ("../../dist/icons/icons.ttf?v=2.16.1 " ) format ("truetype" ), url ("../../dist/icons/icons.svg?#icons&v=2.16.1 " ) format ("svg" );
287+ src : url ("../../dist/icons/icons.eot?#iefix&v=2.16.2 " ) format ("embedded-opentype" ), url ("../../dist/icons/icons.woff?v=2.16.2 " ) format ("woff" ), url ("../../dist/icons/icons.woff2?v=2.16.2 " ) format ("woff2" ), url ("../../dist/icons/icons.ttf?v=2.16.2 " ) format ("truetype" ), url ("../../dist/icons/icons.svg?#icons&v=2.16.2 " ) format ("svg" );
281288}
282289.oui-icon-badge {
283290 display : table;
@@ -9189,6 +9196,9 @@ oui-guide-menu-divider {
91899196 font-size : 1rem ;
91909197 font-weight : 400 ;
91919198}
9199+ oui-tile {
9200+ display : block;
9201+ }
91929202.oui-tile {
91939203 font-family : 'Source Sans Pro' , sans-serif;
91949204 line-height : 1.5 ;
@@ -9212,6 +9222,9 @@ oui-guide-menu-divider {
92129222.oui-tile__legend {
92139223 color : # 3f5167 ;
92149224}
9225+ .oui-tile__loader {
9226+ text-align : center;
9227+ }
92159228.oui-tile__button {
92169229 margin : 0 ;
92179230 padding-left : 1.5rem ;
@@ -9335,17 +9348,19 @@ oui-guide-menu-divider {
93359348 position : static;
93369349}
93379350.oui-header-tabs__item > a {
9351+ color : # 113f6d ;
93389352 text-decoration : none;
93399353}
93409354.oui-header-tabs__item > a ,
9355+ .oui-header-tabs__item > span ,
93419356.oui-header-tabs__item .oui-button_dropdown {
93429357 background-color : transparent;
9343- color : # 113f6d ;
93449358 display : block;
93459359 font-size : 1rem ;
93469360 margin : 0 ;
93479361}
93489362.oui-header-tabs__item > a .oui-icon ,
9363+ .oui-header-tabs__item > span .oui-icon ,
93499364.oui-header-tabs__item .oui-button_dropdown .oui-icon {
93509365 color : inherit;
93519366 font-size : 0.75rem ;
@@ -9358,6 +9373,10 @@ oui-guide-menu-divider {
93589373 padding : 0.625rem 1.875rem ;
93599374 transition : none;
93609375}
9376+ .oui-header-tabs__item .oui-button_dropdown : active ,
9377+ .oui-header-tabs__item .oui-button_dropdown : focus {
9378+ background-color : transparent;
9379+ }
93619380.oui-header-tabs__item .oui-button_dropdown .oui-icon {
93629381 overflow : hidden;
93639382 position : static;
@@ -9367,19 +9386,24 @@ oui-guide-menu-divider {
93679386.oui-header-tabs__item .oui-button_dropdown .oui-icon ::before {
93689387 margin-right : 0 ;
93699388}
9370- .oui-header-tabs__item_dropdown_active .oui-button_dropdown {
9389+ .oui-header-tabs__item_disabled > span {
9390+ color : # 999999 ;
9391+ }
9392+ .oui-header-tabs__item_active .oui-button_dropdown {
93719393 border-bottom : 4px solid;
93729394 padding-bottom : calc (1rem - 4px );
93739395}
9374- : not (.oui-header-tabs__dropdown-container ) > .oui-header-tabs__item > a {
9396+ : not (.oui-header-tabs__dropdown-container ) > .oui-header-tabs__item > a ,
9397+ : not (.oui-header-tabs__dropdown-container ) > .oui-header-tabs__item > span {
93759398 padding : 0.625rem 1.875rem ;
93769399 white-space : nowrap;
93779400}
93789401: not (.oui-header-tabs__dropdown-container ) > .oui-header-tabs__item_active > a {
93799402 border-bottom : 4px solid;
93809403 padding-bottom : calc (1rem - 4px );
93819404}
9382- .oui-header-tabs__dropdown-container > .oui-header-tabs__item > a {
9405+ .oui-header-tabs__dropdown-container > .oui-header-tabs__item > a ,
9406+ .oui-header-tabs__dropdown-container > .oui-header-tabs__item > span {
93839407 padding : 0.5rem 1.25rem ;
93849408}
93859409.oui-header-tabs__dropdown-container > .oui-header-tabs__item > a : hover ,
0 commit comments