wp/wp-includes/css/dist/block-library/common-rtl.css
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
equal deleted inserted replaced
21:48c4eec2b7e6 22:8c2e4d02f4ef
   109   justify-content:space-between;
   109   justify-content:space-between;
   110 }
   110 }
   111 
   111 
   112 .screen-reader-text{
   112 .screen-reader-text{
   113   border:0;
   113   border:0;
   114   clip:rect(1px, 1px, 1px, 1px);
       
   115   clip-path:inset(50%);
   114   clip-path:inset(50%);
   116   height:1px;
   115   height:1px;
   117   margin:-1px;
   116   margin:-1px;
   118   overflow:hidden;
   117   overflow:hidden;
   119   padding:0;
   118   padding:0;
   122   word-wrap:normal !important;
   121   word-wrap:normal !important;
   123 }
   122 }
   124 
   123 
   125 .screen-reader-text:focus{
   124 .screen-reader-text:focus{
   126   background-color:#ddd;
   125   background-color:#ddd;
   127   clip:auto !important;
       
   128   clip-path:none;
   126   clip-path:none;
   129   color:#444;
   127   color:#444;
   130   display:block;
   128   display:block;
   131   font-size:1em;
   129   font-size:1em;
   132   height:auto;
   130   height:auto;