title css class
See original GitHub issueI noticed that since the latest minor release the css class title
has some specific styles with !important
This has broken many of my components because I always use .title
in my scoped CSS.
Is it necessary for vuetify to apply these styles to title
?
I really like the ability to use very generic class names like title in scoped css, preferably without fear of them getting overwritten 😃
Issue Analytics
- State:
- Created 6 years ago
- Reactions:5
- Comments:18 (7 by maintainers)
Top Results From Across the Web
Title CSS: A Simple Approach to CSS Class Naming - SitePoint
Using Title CSS, you'd do the following: For any global CSS class, use a capitalized name (title case). For any modifier or descendant...
Read more >add title attribute from css - html - Stack Overflow
Well, although it's not actually possible to change the title attribute, it is possible to show a tooltip completely from CSS.
Read more >CSS Attribute Selector - W3Schools
The following example selects all elements with a title attribute that contains a space-separated list of words, one of which is "flower": ...
Read more >In CSS basics, how do l give the header element a class ...
In CSS basics, how do l give the header element a class attribute and then set the class value to main header.
Read more >css class for post titles? - WordPress.org
[This thread is closed.] Hi, The titles of each post are not styled; they look just like content text. Is there a CSS...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Unfortunately I had to rename my classes, luckily I did not use a lot of .title classes, but since it’s a quite common word, I think it should be prefixed. I would be glad to hear about it from a Vuetify developer !
What is the point of scoped styles at all if Vuetify breaks them? Is there a list of all classes that Vuetify breaks or do we have to guess?
The very least a framework should do is prefix their styles - even if they didn’t override all of your “scoped” styles!