Browse Source

Merge pull request #572 from Skysplit/master

Fixed colors repeating in items.less
pull/578/head
Jack Lukic 10 years ago
parent
commit
db646f9b72
1 changed files with 8 additions and 8 deletions
  1. 16
      src/views/item.less

16
src/views/item.less

@ -260,24 +260,24 @@
color: rgba(0, 0, 0, 0.5);
}
.ui.items .item:nth-of-type(n+1):hover {
.ui.items .item:nth-of-type(6n+1):hover {
border-bottom-color: #6ECFF5 !important;
}
.ui.items .item:nth-of-type(n+2):hover {
.ui.items .item:nth-of-type(6n+2):hover {
border-bottom-color: #5C6166 !important;
}
.ui.items .item:nth-of-type(n+3):hover {
.ui.items .item:nth-of-type(6n+3):hover {
border-bottom-color: #A1CF64 !important;
}
.ui.items .item:nth-of-type(n+4):hover {
.ui.items .item:nth-of-type(6n+4):hover {
border-bottom-color: #D95C5C !important;
}
.ui.items .item:nth-of-type(n+5):hover {
border-bottom-color: #564F8A !important;
}
.ui.items .item:nth-of-type(n+6):hover {
.ui.items .item:nth-of-type(6n+5):hover {
border-bottom-color: #00B5AD !important;
}
.ui.items .item:nth-of-type(6n+6):hover {
border-bottom-color: #564F8A !important;
}
/*******************************

Loading…
Cancel
Save