X-Git-Url: https://git.arvados.org/rnaseq-cwl-training.git/blobdiff_plain/0cc762dafead8f398e8d0b67bd29774a8f988ae0..a2027125b36c8ffe0fef473c0e0fd99696e30206:/assets/css/tabs.css diff --git a/assets/css/tabs.css b/assets/css/tabs.css index e9d72f2..38b0cf3 100644 --- a/assets/css/tabs.css +++ b/assets/css/tabs.css @@ -26,14 +26,27 @@ line-height: 20px; } -.tab > .active > a { +.tab > li { + transition: color .1s ease-in-out; +} + +.tab > li > .active { color:#222; border-color: #1e87f0; } .tab li a { text-decoration: none; - cursor: pointer; + cursor: pointer; +} + +.tab > li > a:focus { + outline: 0; +} + +.tab > li > .active:focus-visible { + outline: 5px auto -webkit-focus-ring-color; + outline-offset: -2px; } .tab-content{