Skip to content
Snippets Groups Projects
Commit ba2bb994 authored by Dorian Merz's avatar Dorian Merz
Browse files

Merge branch 'master' into instance/fid

parents 292351da 4eacdf94
No related merge requests found
......@@ -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)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment