Browse Source

Improved global sidebar + Debug Toolbar styles

pull/13077/head
brandonkelly 2 years ago
parent
commit
d602cfc42f
No known key found for this signature in database GPG Key ID: 5E86D0CED64C7093
  1. 1
      CHANGELOG.md
  2. 2
      src/web/assets/cp/dist/css/cp.css
  3. 2
      src/web/assets/cp/dist/css/cp.css.map
  4. 4
      src/web/assets/cp/src/css/_cp.scss

1
CHANGELOG.md

@ -2,6 +2,7 @@
## Unreleased
- Improved the styling of the global sidebar when the Debug Toolbar is enabled.
- Boolean config settings that are set to the strings `'true'`, `'false'`, or `'null'` are now converted to `true`, `false`, and `null`. ([#13063](https://github.com/craftcms/cms/issues/13063))
- Fixed a bug where the Entries index page was listing unpublished drafts created by other users, even if the current user didn’t have permission to edit them.
- Fixed a bug where Matrix fields weren’t counting disabled blocks when enforcing their Min Blocks settings. ([#13059](https://github.com/craftcms/cms/issues/13059))

2
src/web/assets/cp/dist/css/cp.css
File diff suppressed because it is too large
View File

2
src/web/assets/cp/dist/css/cp.css.map
File diff suppressed because it is too large
View File

4
src/web/assets/cp/src/css/_cp.scss

@ -277,6 +277,10 @@ $systemInfoHoverBgColor: darken($grey800, 10%);
padding-bottom: 24px;
overflow: visible;
body.has-debug-toolbar & {
padding-bottom: 66px;
}
li {
&:not(.has-subnav) > a.sel {
color: $white;

Loading…
Cancel
Save