Added pattern item ::selection style rule

This commit is contained in:
Eugene Serb 2022-06-28 19:35:56 +03:00
parent 8f1d2da9da
commit def524a890

View File

@ -521,6 +521,10 @@ table, th, td {
cursor: default;
}
.pattern-item ::selection {
background-color: transparent;
}
@media only screen and (min-width: 540px) {
.pattern-item {
width: 200px;