diff --git a/themes/finc/scss/compiled.scss b/themes/finc/scss/compiled.scss index 3cd6ef6b694a2c716b6c8ccf4fc17a97c0abd33f..acf94c5a8cba1fbd877cf2544ac1292545127dbb 100644 --- a/themes/finc/scss/compiled.scss +++ b/themes/finc/scss/compiled.scss @@ -1408,6 +1408,7 @@ header, &:focus { background-color: $component-active-bg; // Same hover-color must be applied to 'Advanced Search' button below color: $white; + outline: 1px $white dotted; } } @@ -1720,6 +1721,12 @@ footer { width: 100%; } +.offcanvas-toggler { + @media print { + display: none; + } +} + // push record view icon to right (Desktop) on left-aligned sidebars -- pls NOTE: required offcanvas = true .offcanvas-left .media-left { @media (min-width: $screen-sm-min) { @@ -1781,6 +1788,13 @@ footer { } } +//// Harmonize behaviour to the edit button +.result-links .dropdown-toggle { + &:focus { + outline: 1px $black dotted; + } +} + //// Saved in .savedLists { @@ -1886,6 +1900,14 @@ footer { ////// Pagination & Searchtools - END +////// [List] view=tabs + +.template-dir-search.template-name-results .tab-content .offcanvas-toggler { + display: none; +} + +////// [List] view=tabs - END + //// Search results - END //// Record View (Detail view)