-
avpaderno →
committed 24a17438 on 1.0.x
Revert "Issue #2958282: Links inside surrounding text fail WCAG Use-of-...
-
avpaderno →
committed 24a17438 on 1.0.x
-
avpaderno →
committed 7d075ab9 on 1.0.x
Revert "Follow-up to #2958282: Removed extra spaces" This reverts...
-
avpaderno →
committed 7d075ab9 on 1.0.x
-
avpaderno →
committed 3d481d84 on 1.0.x
Revert "Follow-up to #2958282: Added missing new lines" This reverts...
-
avpaderno →
committed 3d481d84 on 1.0.x
-
avpaderno →
committed 31ec648c on 1.0.x
Revert "Follow-up to #2958282: Added missing empty lines" This reverts...
-
avpaderno →
committed 31ec648c on 1.0.x
-
avpaderno →
committed 80b7eb6c on 2.0.x
Revert "Issue #2958282: Links inside surrounding text fail WCAG Use-of-...
-
avpaderno →
committed 80b7eb6c on 2.0.x
-
avpaderno →
committed ba4c46d9 on 2.0.x
Revert "Issue #2408473: Rewrite form.css inline with our CSS standards...
-
avpaderno →
committed ba4c46d9 on 2.0.x
- 🇨🇦Canada Liam Morland Ontario, CA 🇨🇦
Drupal 7 is no longer supported. If this applies to Drupal 10/11, please re-open.
- 🇮🇹Italy apaderno Brescia, 🇮🇹
Thank you! The changes have been committed.
-
avpaderno →
committed f50e0da8 on 2.0.x
Issue #2408473: Rewrite form.css inline with our CSS standards
-
avpaderno →
committed f50e0da8 on 2.0.x
- @avpaderno opened merge request.
- 🇮🇹Italy apaderno Brescia, 🇮🇹
Thank you! The changes have been committed.
-
avpaderno →
committed 2a8a44ef on 2.0.x
Issue #2958282: Links inside surrounding text fail WCAG Use-of-Color
-
avpaderno →
committed 2a8a44ef on 2.0.x
-
avpaderno →
committed a25fab2c on 1.0.x
Follow-up to #2958282: Added missing empty lines
-
avpaderno →
committed a25fab2c on 1.0.x
-
avpaderno →
committed 54199e2d on 1.0.x
Follow-up to #2958282: Added missing new lines
-
avpaderno →
committed 54199e2d on 1.0.x
-
avpaderno →
committed 2a33ab2d on 1.0.x
Follow-up to #2958282: Removed extra spaces
-
avpaderno →
committed 2a33ab2d on 1.0.x
- @avpaderno opened merge request.
-
avpaderno →
committed 78cd8d32 on 1.0.x authored by
immaculatexavier →
Issue #2958282: Links inside surrounding text fail WCAG Use-of-Color
-
avpaderno →
committed 78cd8d32 on 1.0.x authored by
immaculatexavier →
-
avpaderno →
committed c5c0789d on 2.0.x
Issue #2710743: "input type='text'" fields within table markup cause...
-
avpaderno →
committed c5c0789d on 2.0.x
-
avpaderno →
committed 80ac3f23 on 1.0.x authored by
immaculatexavier →
Issue #2710743: "input type='text'" fields within table markup cause...
-
avpaderno →
committed 80ac3f23 on 1.0.x authored by
immaculatexavier →
- @immaculatexavier opened merge request.
- First commit to issue fork.
- 🇮🇹Italy apaderno Brescia, 🇮🇹
The order of the CSS properties needs to be changed.
- @immaculatexavier opened merge request.
- @immaculatexavier opened merge request.
- First commit to issue fork.
- First commit to issue fork.
- 🇮🇹Italy apaderno Brescia, 🇮🇹
The code in the user.permissions.js file has been changed, and it now removes the form-checkbox CSS class.
// Create fake checkboxes. We use fake checkboxes instead of reusing // the existing checkboxes here because new checkboxes don't alter the // submitted form. If we'd automatically check existing checkboxes, the // permission table would be polluted with redundant entries. This is // deliberate, but desirable when we automatically check them. const $fakeCheckbox = $(Drupal.theme('checkbox')) .removeClass('form-checkbox') .addClass('fake-checkbox js-fake-checkbox') .attr({ disabled: 'disabled', checked: 'checked', title: Drupal.t( 'This permission is inherited from the authenticated user role.', ), }); const $wrapper = $('<div></div>').append($fakeCheckbox); const fakeCheckboxHtml = $wrapper.html();
We should implement code similar to the one used by the Claro theme.
- @immaculatexavier opened merge request.
- First commit to issue fork.
-
avpaderno →
committed 0adc7a69 on 2.0.x
Issue #2643210: Fix text alignment on form submission buttons
-
avpaderno →
committed 0adc7a69 on 2.0.x
-
avpaderno →
committed dee45cd8 on 1.0.x
Issue #2735421: Make link + button focus styles more robust for keyboard...
-
avpaderno →
committed dee45cd8 on 1.0.x
-
avpaderno →
committed 1a9c45f7 on 2.0.x
Issue #2735421: Make link + button focus styles more robust for keyboard...
-
avpaderno →
committed 1a9c45f7 on 2.0.x
- @avpaderno opened merge request.
- 🇮🇹Italy apaderno Brescia, 🇮🇹
The initial commit already included a file with the following content.
/** * @file * Seven specific styling for CKEditor admin. */ /* * This rule is needed to provide Seven's blue focus outline. */ .ckeditor-toolbar-disabled .ckeditor-buttons li a:focus { box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 0 8px #40b6ff; } .ckeditor-toolbar-active .ckeditor-buttons li a:focus { box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 0 8px #40b6ff; }
What should be changed in that file is the comment before the CSS rules, and the property used for those roles.
-
avpaderno →
committed 3e3c7732 on 2.0.x
Issue #3057822: Remove overriding colors and backgrounds in print.css
-
avpaderno →
committed 3e3c7732 on 2.0.x
- @avpaderno opened merge request.
- 🇮🇹Italy apaderno Brescia, 🇮🇹
(See comment #16 for some hints on what that comment can say.)
- 🇮🇹Italy apaderno Brescia, 🇮🇹
I agree with @laurii: The style is applied to a too generic selector. It should be applied to a more specific selector.
The screenshots seem to show a link fort a node title. If the issue would try to fix at least that case, that would be more acceptable.