From cae7ad54d950ba047d033821d33fcc6dec0f996f Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Mon, 8 Apr 2024 00:23:01 +0300 Subject: [PATCH] Removed unused css --- .../lib/themes/primeone/base/button/index.js | 35 ------------------- 1 file changed, 35 deletions(-) diff --git a/components/lib/themes/primeone/base/button/index.js b/components/lib/themes/primeone/base/button/index.js index b9be4de34..4915c6fa4 100644 --- a/components/lib/themes/primeone/base/button/index.js +++ b/components/lib/themes/primeone/base/button/index.js @@ -586,40 +586,5 @@ export default { border-color: transparent; color: ${dt('button.link.active.color')}; } - -.p-buttonset .p-button { - margin: 0; -} -.p-buttonset .p-button:not(:last-child), -.p-buttonset .p-button:not(:last-child):hover { - border-right: 0 none; -} - -.p-buttonset .p-button:not(:first-of-type):not(:last-of-type) { - border-radius: 0; -} - -.p-buttonset .p-button:first-of-type:not(:only-of-type) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -.p-buttonset .p-button:last-of-type:not(:only-of-type) { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -.p-buttonset .p-button:focus-visible { - position: relative; - z-index: 1; -} - -.p-fluid .p-buttonset { - display: flex; -} - -.p-fluid .p-buttonset .p-button { - flex: 1; -} ` };