?
avatar C-Lodder
C-Lodder
26 Jan 2021

Steps to reproduce the issue

  1. Go to administrator/index.php?option=com_templates&view=template
  2. Click Cassiopeia Details and Files
  3. Click New File in the toolbar

Actual result

Browse button text barely visible

Untitled

avatar C-Lodder C-Lodder - open - 26 Jan 2021
avatar joomla-cms-bot joomla-cms-bot - change - 26 Jan 2021
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 26 Jan 2021
avatar infograf768
infograf768 - comment - 26 Jan 2021

Confirmed:
this due to bs5 which has the scss

// File input buttons theming
  // stylelint-disable-next-line selector-pseudo-element-no-unknown
  &::file-selector-button {
    padding: $input-padding-y $input-padding-x;
    margin: (-$input-padding-y) (-$input-padding-x);
    margin-inline-end: $input-padding-x;
    color: $form-file-button-color;
    @include gradient-bg($form-file-button-bg); = > gives `background-color: #132f53;`
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: $input-border-width;
    border-radius: 0; // stylelint-disable-line property-disallowed-list
    @include transition($btn-transition);
  }
avatar wilsonge wilsonge - change - 26 Jan 2021
Status New Closed
Closed_Date 0000-00-00 00:00:00 2021-01-26 17:33:16
Closed_By wilsonge
avatar wilsonge wilsonge - close - 26 Jan 2021
avatar wilsonge
wilsonge - comment - 26 Jan 2021

Fixed in 2ea201f

Add a Comment

Login with GitHub to post a comment