[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
1 .wp-block-file { 2 3 .wp-block-file__textlink { 4 text-decoration: underline; 5 text-decoration-style: solid; 6 text-decoration-thickness: 1px; 7 8 &:hover { 9 text-decoration: underline; 10 text-decoration-style: dotted; 11 } 12 } 13 14 .wp-block-file__button { 15 // Extend button style 16 @include button-style(); 17 display: inline-block; 18 19 // Remove :focus styles in the editor 20 &:focus { 21 outline-offset: inherit; 22 outline: inherit; 23 } 24 } 25 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated : Fri Nov 22 08:20:01 2024 | Cross-referenced by PHPXref |