X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fdevtools%2Fwidgets.css;h=dc8e6e0f01b36e7887cfd7a2d4450b5fb1b64ccc;hp=7a0e503113e7bfbfcbd4dd803520a88190a42179;hb=6f751fd100ed69c35ed979e9d0db9d0f991af80a;hpb=db1c5db107950e750d8c3cf3a6ac106ec0cc606e diff --git a/LCARStrek/devtools/widgets.css b/LCARStrek/devtools/widgets.css index 7a0e5031..dc8e6e0f 100644 --- a/LCARStrek/devtools/widgets.css +++ b/LCARStrek/devtools/widgets.css @@ -80,7 +80,7 @@ cursor: n-resize; } - .devtools-responsive-container > .devtools-sidebar-tabs:not([pane-collapsed]) { + .devtools-responsive-container > .devtools-sidebar-tabs:not(.pane-collapsed) { /* When the panel is collapsed min/max height should not be applied because collapsing relies on negative margins, which implies constant height. */ min-height: 35vh; @@ -258,6 +258,15 @@ color: #000000; } +.breadcrumbs-widget-item:-moz-focusring { + outline: none; +} + +.breadcrumbs-widget-item[checked]:-moz-focusring > .button-box { + outline: var(--theme-focus-outline); + outline-offset: -1px; +} + .breadcrumbs-widget-item > .button-box { border: none; padding-top: 0; @@ -524,6 +533,12 @@ color: #000000; } +/* Custom scope stylings */ + +.variables-view-watch-expressions .title > .name { + max-width: 14em; +} + /* Generic variables traits */ .variables-view-variable:not(:last-child) {