diff --git a/admin/css/debug-toolbar/toolbar.scss b/admin/css/debug-toolbar/toolbar.scss index e32b037dd648..9c5b149d392c 100644 --- a/admin/css/debug-toolbar/toolbar.scss +++ b/admin/css/debug-toolbar/toolbar.scss @@ -398,6 +398,11 @@ text-align: right; } } + + // show tab + &>.debug-bar-dblock { + display: block; + } } @@ -467,18 +472,6 @@ @import '_theme-light'; } -// show tab -#ci-database.debug-bar-dblock, -#ci-files.debug-bar-dblock, -#ci-routes.debug-bar-dblock, -#ci-events.debug-bar-dblock, -#ci-history.debug-bar-dblock, -#ci-vars.debug-bar-dblock, -#ci-config.debug-bar-dblock, -#ci-timeline.debug-bar-dblock { - display: block; -} - // LAYOUT HELPERS // ========================================================================== */ diff --git a/app/Views/welcome_message.php b/app/Views/welcome_message.php index d2c869ef0a30..86a6e39de305 100644 --- a/app/Views/welcome_message.php +++ b/app/Views/welcome_message.php @@ -150,24 +150,9 @@ .further h2:first-of-type { padding-top: 0; } - .f1 { + .svg-stroke { fill: none; stroke: #000; - stroke-linejoin: round; - stroke-width: 32px; - } - .f2 { - fill: none; - stroke: #000; - stroke-linecap: round; - stroke-linejoin: round; - stroke-width: 32px; - } - .f3 { - fill: none; - stroke: #000; - stroke-linecap: round; - stroke-miterlimit: 10; stroke-width: 32px; } footer { @@ -273,7 +258,7 @@

Go further

- + Learn

@@ -283,7 +268,7 @@ target="_blank">User Guide !

- + Discuss

@@ -294,7 +279,7 @@ target="_blank">chat on Slack !

- + Contribute

diff --git a/system/Debug/Toolbar/Views/toolbar.css b/system/Debug/Toolbar/Views/toolbar.css index 9dfc5c8e5aa1..a3b934b68bd4 100644 --- a/system/Debug/Toolbar/Views/toolbar.css +++ b/system/Debug/Toolbar/Views/toolbar.css @@ -288,6 +288,9 @@ padding-left: 1em; text-align: right; } +#debug-bar > .debug-bar-dblock { + display: block; +} .debug-view.show-view { border: 1px solid; @@ -765,17 +768,6 @@ color: #434343; } -#ci-database.debug-bar-dblock, -#ci-files.debug-bar-dblock, -#ci-routes.debug-bar-dblock, -#ci-events.debug-bar-dblock, -#ci-history.debug-bar-dblock, -#ci-vars.debug-bar-dblock, -#ci-config.debug-bar-dblock, -#ci-timeline.debug-bar-dblock { - display: block; -} - .debug-bar-width30 { width: 30%; }