.btnName{
outline: none;
}
<button style="outline: none;"></button>
using outline:none; we can remove that border in chrome
for tailwind css :
outline-none
focus:outline-none
OutlinedButton(
onPressed: () {},
child: Text('Outlined button'),
style: OutlinedButton.styleFrom(
side: BorderSide(
color: Colors.transparent,
),
),
),
Code Example |
---|
Css :: make element glow |
Css :: inline pseudo element |
Css :: clearfix |
Css :: changer angle div |
Css :: css remove |
Css :: inline input form css |
Css :: CSS Text Shadow Effect( cool) |
Css :: mapping and each in sass |
Css :: css noise filter |
Css :: box shadow all sides |
Css :: css hover affect other item |
Css :: image orientation css |
Css :: flex-flow |
Css :: scss npm import |
Css :: css clip |
Css :: ease in out css |
Css :: text-decoration |
Css :: text-align css |
Css :: value error w2 should be positive but is |
Css :: use dark shed in image in css |
Css :: css browser prefixes |
Css :: css active |
Css :: tailwind css flex-row-reverse for grid reverse |
Css :: keyframes |
Css :: after certain width how make ontent center and add margin auto both side |
Css :: increase Nth-child CSS |
Css :: scss color loop |
Css :: hamburger icon css3 |
Css :: login page ui html css |
Css :: img transparent |