Search
 
SCRIPT & CODE EXAMPLE
 

CSS

ng-deep

::ng-deep{
	// some css
}
Comment

ng-deep

::ng-deep{
  .text-color-black{
  color:black!important
  }
}

or
.text-color-black::ng-deep{
  color:black!important
}
Comment

Angular ng-deep

In angular, even after !important if css is not working use below trick.
::ng-deep{
  .text-color-black{
  color:black!important
  }
}
Comment

PREVIOUS NEXT
Code Example
Css :: css auto heigh div 
Css :: border 1px thick 
Css :: hide scroll bar but still be scrollable. 
Css :: border buttom color 
Css :: multi colors in background in css 
Css :: mediaquery for portrate 
Css :: carbon today date with 12 00 am 
Css :: input uppercase with css 
Css :: html file upload without browse button 
Css :: color code css 
Css :: how to set transition in keyframe 
Css :: rounded corners css button 
Css :: css chevron arrow 
Css :: padding in one line 
Css :: text outline in css 
Css :: background image path 
Css :: css text rotate 
Css :: scroll css 
Css :: tailwind css installation 
Css :: how hide in html 
Css :: blur background css 
Css :: text change animation css 
Css :: react bootstrap carousel not working 
Css :: center absolute suedo element 
Css :: where css 
Css :: linux remove files except 
Css :: link text underline css none 
Css :: center background image in css 
Css :: change order columns bootstrap 
Css :: text background color css 
ADD CONTENT
Topic
Content
Source link
Name
2+1 =