custom-elements
custom-elements copied to clipboard
Tabs mobile background
https://github.com/joomla-projects/custom-elements/blob/master/src/scss/tab/tab.scss#L53
Being in mobile view activating a tab the background becomes semi-transparent:

Without active everything is ok:

CC @dgrammatiko
I think it's coming from https://github.com/joomla-projects/custom-elements/blob/1cc751ee7fcf81d6b1e8ce417dee1db35a795a8c/src/scss/tab/tab.scss#L46
Hey @bembelimen ! Can I work on this issue?
Sure
Hey @bembelimen ! Can I work on this issue?
Can you provide me some resource to setup this project into my machine for testing purposes. I have gone through the docs but still not able to set it up.
What I have done-
npm install joomla-ui-custom-elementsnpm install -g grunt-clinpm install gruntAfter these installation I am tring to use Joomla custom elements by linking<link href="joomla-alert.min.css" rel="stylesheet"> and <script src="joomla-alert.min.js"></script>to my html file.
Can you provide me some resource to setup this project into my machine for testing purposes.
- clone the repo
git clone [email protected]:joomla-projects/custom-elements.git - Install npm dependencies
npm install - Run
npm run buildto compile js and CSS
Probably you need a server to check the changes, you can have one with this command npx http-server
Before making a PR please lint your code and make sure that tests are still green. All the available command are here: https://github.com/joomla-projects/custom-elements/blob/fd4bbc733de36d13634f634afe3f78870af51e02/package.json#L54-L61