wp/wp-includes/css/editor-rtl.css
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
equal deleted inserted replaced
21:48c4eec2b7e6 22:8c2e4d02f4ef
  1139 	/* Only visible in Windows High Contrast mode */
  1139 	/* Only visible in Windows High Contrast mode */
  1140 	outline: 2px solid transparent;
  1140 	outline: 2px solid transparent;
  1141 	color: #1d2327;
  1141 	color: #1d2327;
  1142 }
  1142 }
  1143 
  1143 
  1144 .wp-switch-editor:active,
       
  1145 .html-active .switch-html:focus,
       
  1146 .tmce-active .switch-tmce:focus {
       
  1147 	box-shadow: none;
       
  1148 }
       
  1149 
       
  1150 .wp-switch-editor:active {
  1144 .wp-switch-editor:active {
  1151 	background-color: #f6f7f7;
  1145 	background-color: #f6f7f7;
  1152 	box-shadow: none;
  1146 	box-shadow: none;
  1153 }
  1147 }
  1154 
  1148