- Issue created by @ckrina
- ๐บ๐ธUnited States mherchel Gainesville, FL, US
FWIW, The focus state that I'm seeing (latest Chrome) shows a focus state similar to what you're looking for (although the radio button also has an outline). What browser are you testing?
The entire box reacts to both hovers, and clicks. Although, it doesn't have
cursor: pointer
on, as it probably should.Are you seeing the same behavior as me?
- ๐ช๐ธSpain ckrina Barcelona
@mherchel I tested it on Firefox. I think I saw the hover for the radio itself was independent from the one in the whole wrapper. So not sure if it's a browser thing or not?
- First commit to issue fork.
- last update
over 1 year ago 29,911 pass - @hooroomoo opened merge request.
- last update
over 1 year ago 29,946 pass - ๐บ๐ธUnited States hooroomoo
Re: #4 Discovered that
:has()
in css which was responsible for adding the state-specific styling doesn't work in Firefox. I removed the :has() and replaced it with JS so it should work now.There's two small styling differences from the designs because its pre-existing Drupal element css. One being the radio button also having a green outline and the second the error state making the field label red too. I figured those were minor enough to keep but happy to update if it's an issue.
- Status changed to Needs review
over 1 year ago 6:33pm 1 August 2023 - Assigned to kostyashupenko
- Status changed to Needs work
over 1 year ago 9:46am 4 August 2023 - last update
over 1 year ago 29,946 pass - last update
over 1 year ago 29,934 pass, 12 fail - Issue was unassigned.
- Status changed to Needs review
over 1 year ago 10:23am 4 August 2023 - ๐ท๐บRussia kostyashupenko Omsk
MR updated, it needs review now.
1. Did rebase
2. Did clean-up of all new svg icons (got rid of stroke based svg icons, also combined multiple svg objects into one object)
3. Fixed all styles (now much more aligned with Figma and pretty modern CSS)
4. Wrote some extra js to get focus state on those "boolean cards" - Status changed to Needs work
over 1 year ago 3:39pm 7 August 2023 - ๐บ๐ธUnited States smustgrave
MR appeared to have some test failures.
- last update
over 1 year ago 29,948 pass, 2 fail - last update
over 1 year ago 29,953 pass - Status changed to Needs review
over 1 year ago 9:57pm 7 August 2023 - Status changed to RTBC
over 1 year ago 6:45am 9 August 2023 - ๐ฎ๐ณIndia srishtiiee
I went through the modifications across all the different states, and the designs now sync perfectly with what we wanted making the whole field card region look clickable. The icons and field cards are also as expected in terms of size. Gave it a whirl on Chrome, Firefox, and Safari, and everything looks perfectly fine on all these browsers.
- last update
over 1 year ago 29,958 pass - last update
over 1 year ago 29,958 pass - last update
over 1 year ago 29,958 pass - last update
over 1 year ago 29,959 pass - last update
over 1 year ago 30,044 pass - last update
over 1 year ago 30,049 pass - ๐ช๐ธSpain ckrina Barcelona
+1 to RTBC this.
Just one small note that would ideally be taken care in a follow-up: since the styles rely on the JS-generated class
.focus
, if the focus is created by dev tools for example itโll break the styles for hover&selected. Basically, the border of the โcardโ is thinner than expected and itโs confusing. But not a big deal for 99,99% of cases since you need to use dev tools to reproduce it. - First commit to issue fork.
- last update
over 1 year ago 30,056 pass - Status changed to Needs work
over 1 year ago 10:54am 21 August 2023 - ๐ซ๐ฎFinland lauriii Finland
Discovered one bug when testing this. Reported on the MR.
- last update
over 1 year ago 30,051 pass, 2 fail - last update
over 1 year ago 30,051 pass, 2 fail - last update
over 1 year ago 30,051 pass, 2 fail - last update
over 1 year ago 30,056 pass - ๐บ๐ธUnited States hooroomoo
Created follow up ๐ Dev tools added focus breaks styles for hover and focus on field cards Active for #14
- Status changed to Needs review
over 1 year ago 6:12pm 23 August 2023 - Status changed to RTBC
over 1 year ago 9:30am 24 August 2023 - ๐ฎ๐ณIndia utkarsh_33
All the feedbacks are addressed and changes look good to me. Marking it RTBC.
- last update
over 1 year ago 30,058 pass - Status changed to Needs work
over 1 year ago 7:56am 25 August 2023 - last update
over 1 year ago 30,058 pass - Status changed to Needs review
over 1 year ago 6:38pm 25 August 2023 - Status changed to RTBC
over 1 year ago 5:46am 29 August 2023 - ๐ฎ๐ณIndia utkarsh_33
All the feedbacks are addressed.Marking this as RTBC.
- last update
over 1 year ago 30,060 pass - last update
over 1 year ago 30,060 pass - last update
over 1 year ago 30,051 pass, 2 fail -
lauriii โ
committed 37117ca4 on 11.x
Issue #3372316 by hooroomoo, kostyashupenko, ckrina, Utkarsh_33,...
-
lauriii โ
committed 37117ca4 on 11.x
- Status changed to Fixed
over 1 year ago 5:02pm 29 August 2023 Automatically closed - issue fixed for 2 weeks with no activity.