thiner borders

pull/3835/head
lianahus 1 year ago committed by yann300
parent 3a9ee57be3
commit d439d8ad16
  1. 1
      apps/remix-ide/src/assets/css/themes/remix-pride.css
  2. 8
      libs/remix-ui/solidity-unit-testing/src/lib/solidity-unit-testing.tsx

@ -9506,6 +9506,7 @@ a.text-dark:focus {
border: 5px solid transparent;
border-image: linear-gradient(to bottom right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
border-image-slice: 1;
border-image-outset: 2px;
}
.custom_home_bg {
background: linear-gradient(45deg, #ff00004d, #fca80f3b, #ffff004a, #00800033, #0000ff29, #4b00822e, #ee82ee4a, #ff000057);

@ -749,10 +749,10 @@ export const SolidityUnitTesting = (props: Record<string, any>) => { // eslint-d
<div className="d-flex p-2">
<CustomTooltip
placement={'top'}
tooltipClasses="text-nowrap"
tooltipId="info-recorder"
tooltipText={runButtonTitle}
>
tooltipClasses="text-nowrap"
tooltipId="info-recorder"
tooltipText={runButtonTitle}
>
<button id="runTestsTabRunAction"data-id="testTabRunTestsTabRunAction" className="w-50 btn btn-primary" disabled={disableRunButton} onClick={runTests}>
<span className="fas fa-play ml-2"></span>
<label className="labelOnBtn btn btn-primary p-1 ml-2 m-0"><FormattedMessage id='solidityUnitTesting.run' /></label>

Loading…
Cancel
Save