-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VLC-refactor (CSS) Part 1 #843
Conversation
@brenner-company De testen kleuren allemaal groen :-) Als je de CSS sources hier terug uit haalt is deze klaar voor merge denk ik .. |
@MikiDi Aanpassingen zijn doorgevoerd (ook binnen de au-kaleidos-css package). Die mag dus gewoon gemerged worden? |
app/components/access-level-pill.js
Outdated
break; | ||
} | ||
if (modifier) { | ||
classes.push(`${baseClass}--${modifier}`); | ||
} | ||
} | ||
return classes.join(' '); | ||
return `${classes.join(' ')} auk-u-cursor-pointer`; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kan je auk-u-cursor-pointer
inline bijsteken in classes
(l 35)?
Omdat deze PR één deel van verscheidene is binnen de VLC-refactor zal ik dezelfde branch verder gebruiken. Niet verwijderen dus 🤞 |
Referentie issue: #732 'Algemene todo: Refactor doel 2 - vlc naar auk'
Om de PR's iets makkelijker/lichter te maken zal ik componenten groeperen in een aantal delen.
Volgende componenten zijn gerefactored:
om VLC-componenten te refactoren en niet direct een verandering in functionaliteit/look-and-feel te veroorzaken heb ik nog enkele tijdelijke styling rules toegevoegd. Voor au-kaleidos-css kunnen die gevonden worden onder
au-kaleidos-css/auk-additions
.