?
avatar brianteeman
brianteeman
17 Jul 2018

As the list views now have a checkbox in the thead with a class of td and not th I need to create some styling for it

Its a really simple piece of css
.table thead tr td {padding:0}

I know how to build the css from the scss

I have no idea which scss file to put it in? Any clues?

avatar brianteeman brianteeman - open - 17 Jul 2018
avatar joomla-cms-bot joomla-cms-bot - change - 17 Jul 2018
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 17 Jul 2018
avatar brianteeman
brianteeman - comment - 17 Jul 2018

but that's a vendor file isnt it?

avatar ciar4n
ciar4n - comment - 17 Jul 2018

I can't blame you for thinking that but no. It is just CSS targeting the vendor classes. Personally I think this folder should be removed as it is a little misleading.

Regardless it is where such CSS is been currently added.

avatar ciar4n
ciar4n - comment - 17 Jul 2018

To make a true vendor folder we would need something like this in SCSS... sass/sass#779

Currently there is not.

avatar brianteeman
brianteeman - comment - 17 Jul 2018

ok thanks or that - it is definitely confusing nomenclature

avatar brianteeman brianteeman - close - 17 Jul 2018
avatar brianteeman brianteeman - change - 17 Jul 2018
Status New Closed
Closed_Date 0000-00-00 00:00:00 2018-07-17 13:12:39
Closed_By brianteeman

Add a Comment

Login with GitHub to post a comment