vendor/assets/stylesheets/tribute/index.css in tribute-2.2.0.0 vs vendor/assets/stylesheets/tribute/index.css in tribute-3.1.3.0
- old
+ new
@@ -9,16 +9,19 @@
display: block;
z-index: 999999; }
.tribute-container ul {
margin: 0;
margin-top: 2px;
+ padding: 0;
list-style: none;
background: #efefef; }
.tribute-container li {
padding: 5px 5px;
cursor: pointer; }
.tribute-container li.highlight, .tribute-container li:hover {
background: #ddd; }
.tribute-container li span {
font-weight: bold; }
+ .tribute-container li.no-match {
+ cursor: default; }
.tribute-container .menu-highlighted {
font-weight: bold; }