No Code Attached Yet
avatar heelc29
heelc29
16 Jan 2023

Steps to reproduce the issue

  • Enable language debug
  • Open debug bar
<tr>
    <td>joomla</td>
    <td>
        <ul>
            <li class="alert-success">+ \administrator/language/en-GB/joomla.ini</li>
        </ul>
    </td>
</tr>

Expected result

image

.alert-success {
  color: #294b32;
  background-color: #dae5dd;
  border-color: #c7d8cc;
}

Actual result

image

.alert-success {
  --alert-color: #294b32;
  --alert-bg: #dae5dd;
  --alert-border-color: #c7d8cc;
}

System information (as much as possible)

J4.3-dev

Additional comments

If I revert PR #39379 (Bootstrap update) it works @dgrammatiko

avatar heelc29 heelc29 - open - 16 Jan 2023
avatar joomla-cms-bot joomla-cms-bot - change - 16 Jan 2023
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 16 Jan 2023
avatar dgrammatiko
dgrammatiko - comment - 16 Jan 2023
avatar heelc29 heelc29 - close - 16 Jan 2023
avatar heelc29
heelc29 - comment - 16 Jan 2023

Thanks

avatar heelc29 heelc29 - change - 16 Jan 2023
Status New Closed
Closed_Date 0000-00-00 00:00:00 2023-01-16 21:58:29
Closed_By heelc29

Add a Comment

Login with GitHub to post a comment