mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-22 08:11:52 +01:00
Editor: add :focus style for the Quicktags buttons, fixes #26932
Built from https://develop.svn.wordpress.org/trunk@27078 git-svn-id: http://core.svn.wordpress.org/trunk@26951 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
39e32ed1eb
commit
7e7723f1de
@ -455,6 +455,15 @@ i.mce-i-wp_page:before {
|
||||
background: #ddd;
|
||||
}
|
||||
|
||||
.quicktags-toolbar input:focus {
|
||||
border-color: #777;
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
.quicktags-toolbar input:active {
|
||||
border-color: #aaa;
|
||||
}
|
||||
|
||||
.quicktags-toolbar input[value="link"] {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
2
wp-includes/css/editor-rtl.min.css
vendored
2
wp-includes/css/editor-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -455,6 +455,15 @@ i.mce-i-wp_page:before {
|
||||
background: #ddd;
|
||||
}
|
||||
|
||||
.quicktags-toolbar input:focus {
|
||||
border-color: #777;
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
.quicktags-toolbar input:active {
|
||||
border-color: #aaa;
|
||||
}
|
||||
|
||||
.quicktags-toolbar input[value="link"] {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
2
wp-includes/css/editor.min.css
vendored
2
wp-includes/css/editor.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user