Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

Remove box-shadow from Angular Material <mat-chip>

Adding the following CSS with !important did the trick:

mat-chip {
    transition: none !important;
    box-shadow: none !important;
}

To all new readers coming to read this post. Apply this class in your 'mat-chip' element to remove z index. This will remove shadow also.

class="mat-elevation-z0"

Tags:

Css

Box Shadow

Angular

Angular Material

Related

How to generate SHA3-256 in .NET Core? React-Native FlatList performance problems with large list How can you load initial data in MongoDB through Spring Boot? How to log unhandled exception in .net core Mask from max values in numpy array, specific axis Android Studio 3.0.1 gradle build pkix pathbuilding failed How to get line break within string interpolation in Angularjs Kafka + Zookeeper: Connection to node -1 could not be established. Broker may not be available Align arbitrary number of elements with different widths to a grid with wrapping MapStruct and Lombok not working together AWS DynamoDB data with and/or without types? Get 'Can't resolve all parameters' when I provide the Interceptor

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy