diff --git a/ts/sass/buttons.scss b/ts/sass/buttons.scss index 3e2a66697..05d3b54ba 100644 --- a/ts/sass/buttons.scss +++ b/ts/sass/buttons.scss @@ -53,3 +53,9 @@ padding-right: 15px; color: #e5e5e5; } + +button.dropdown-item { + background: none; + box-shadow: none; + border: none; +}