I have a div similar to: Jsfiddle
How can I remove the entire left border without an ugly curved radius?
Is this possible in CSS? Or is there a hack for this? (or am I too picky?)
Thanks,
Harley
Is this what you are looking for?
border-radius: 0px 6px 6px 0px;
-webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;
This will override any css border radius.
if you want to remove the border, just use: border: 0px;
Source: https://habr.com/ru/post/920343/More articles:How to use ui themes for jQuery datatables? - jqueryWeb Application E-Client Behavior - e-commerceTwitter Bootstrap Modal - Hidden - jqueryIs it possible to programmatically submit a task to a Blackboard using Blackboard WebServices - pythonThe remaining hint for checking on TabControl is validationCheck hint in TextBox becomes orphaned when changing tabs - tooltipHow to create a copy of a directory in Linux with links - linuxdataTables fnFilter column on img filename - jqueryWriting an XML fragment using XmlWriterSettings and XmlSerializer gives an extra character - c #MapView in listView - androidAll Articles