Remove distracting highlight on unfilter button background

pull/6257/head
Luke Barnard 2018-02-26 09:49:35 +00:00
parent 3bf04095b1
commit 514338ec8a
1 changed files with 0 additions and 5 deletions

View File

@ -37,11 +37,6 @@ limitations under the License.
align-items: center;
}
.mx_TagPanel .mx_TagPanel_clearButton.mx_AccessibleButton:focus {
filter: none;
background: rgba(255,255,255, 0.2);
}
.mx_TagPanel .mx_TagPanel_clearButton object {
pointer-events: none;
}