Mercurial > hg > isophonics-drupal-site
view core/themes/classy/css/components/tabs.css @ 14:1fec387a4317
Update Drupal core to 8.5.2 via Composer
author | Chris Cannam |
---|---|
date | Mon, 23 Apr 2018 09:46:53 +0100 |
parents | 4c8ae668cc8c |
children | af1871eacc83 |
line wrap: on
line source
/** * @file * Visual styles for tabs. */ div.tabs { margin: 1em 0; } ul.tabs { list-style: none; margin: 0 0 0.5em; padding: 0; } .tabs > li { display: inline-block; margin-right: 0.3em; /* LTR */ } [dir="rtl"] .tabs > li { margin-left: 0.3em; margin-right: 0; } .tabs a { display: block; padding: 0.2em 1em; text-decoration: none; } .tabs a.is-active { background-color: #eee; } .tabs a:focus, .tabs a:hover { background-color: #f5f5f5; }