[wp-meta] [Making WordPress.org] #6991: Apply button disappears on hover

Making WordPress.org noreply at wordpress.org
Mon Jun 12 06:12:45 UTC 2023


#6991: Apply button disappears on hover
-----------------------------+---------------------
 Reporter:  Presskopp        |       Owner:  (none)
     Type:  defect (bug)     |      Status:  new
 Priority:  normal           |   Milestone:
Component:  Support Forums   |  Resolution:
 Keywords:  has-screenshots  |
-----------------------------+---------------------

Comment (by nayanchamp7):

 @Otto42

 Adding this single line of code can fix the issue. Tested in browsers.
 {{{
 background-color: var(--wp-components-color-accent-darker-10,var(--wp-
 admin-theme-color-darker-10,#006BA1));
 }}}


 Build output should be seen like:

 {{{
 .iso-editor .components-popover__content button:not(.is-active):active,
 .iso-editor .components-popover__content button:not(.is-active):focus,
 .iso-editor .components-popover__content button:not(.is-active):hover {
 background-color: var(--wp-components-color-accent-darker-10,var(--wp-
 admin-theme-color-darker-10,#006BA1));
 }
 }}}

-- 
Ticket URL: <https://meta.trac.wordpress.org/ticket/6991#comment:2>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list