Browse Source

tiered menu: fixes sub menu active item color

pull/55/head
jlukic 11 years ago
parent
commit
0fb69ad97c
10 changed files with 29 additions and 29 deletions
  1. 10
      build/less/collections/menu.less
  2. 2
      build/minified/collections/menu.min.css
  3. 2
      build/packaged/css/semantic.min.css
  4. 10
      build/uncompressed/collections/menu.css
  5. 10
      node/src/files/release/less/collections/menu.less
  6. 2
      node/src/files/release/minified/collections/menu.min.css
  7. 2
      node/src/files/release/packaged/css/semantic.min.css
  8. BIN
      node/src/files/release/semantic.zip
  9. 10
      node/src/files/release/uncompressed/collections/menu.css
  10. 10
      src/collections/menu.less

10
build/less/collections/menu.less

@ -617,7 +617,7 @@
-moz-box-shadow: none;
box-shadow: none;
color: rgba(0, 0, 0, 0.7);
color: rgba(0, 0, 0, 0.7) !important;
}
.ui.tiered.menu .sub.menu .active.item:after {
display: none;
@ -627,9 +627,6 @@
.ui.inverted.tiered.menu > .menu > .item {
color: rgba(255, 255, 255, 0.5);
}
.ui.inverted.tiered.menu .active.item:after {
display: none;
}
.ui.inverted.tiered.menu .sub.menu {
background-color: rgba(0, 0, 0, 0.2);
}
@ -641,9 +638,12 @@
.ui.inverted.tiered.menu > .menu > .item.hover {
color: rgba(255, 255, 255, 0.9);
}
.ui.inverted.tiered.menu .active.item:after {
display: none;
}
.ui.inverted.tiered.menu > .sub.menu > .active.item,
.ui.inverted.tiered.menu > .menu > .active.item {
color: rgba(255, 255, 255, 1);
color: rgba(255, 255, 255, 1) !important;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;

2
build/minified/collections/menu.min.css
File diff suppressed because it is too large
View File

2
build/packaged/css/semantic.min.css
File diff suppressed because it is too large
View File

10
build/uncompressed/collections/menu.css

@ -475,7 +475,7 @@
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
color: rgba(0, 0, 0, 0.7);
color: rgba(0, 0, 0, 0.7) !important;
}
.ui.tiered.menu .sub.menu .active.item:after {
display: none;
@ -484,9 +484,6 @@
.ui.inverted.tiered.menu > .menu > .item {
color: rgba(255, 255, 255, 0.5);
}
.ui.inverted.tiered.menu .active.item:after {
display: none;
}
.ui.inverted.tiered.menu .sub.menu {
background-color: rgba(0, 0, 0, 0.2);
}
@ -497,9 +494,12 @@
.ui.inverted.tiered.menu > .menu > .item.hover {
color: rgba(255, 255, 255, 0.9);
}
.ui.inverted.tiered.menu .active.item:after {
display: none;
}
.ui.inverted.tiered.menu > .sub.menu > .active.item,
.ui.inverted.tiered.menu > .menu > .active.item {
color: #ffffff;
color: #ffffff !important;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;

10
node/src/files/release/less/collections/menu.less

@ -617,7 +617,7 @@
-moz-box-shadow: none;
box-shadow: none;
color: rgba(0, 0, 0, 0.7);
color: rgba(0, 0, 0, 0.7) !important;
}
.ui.tiered.menu .sub.menu .active.item:after {
display: none;
@ -627,9 +627,6 @@
.ui.inverted.tiered.menu > .menu > .item {
color: rgba(255, 255, 255, 0.5);
}
.ui.inverted.tiered.menu .active.item:after {
display: none;
}
.ui.inverted.tiered.menu .sub.menu {
background-color: rgba(0, 0, 0, 0.2);
}
@ -641,9 +638,12 @@
.ui.inverted.tiered.menu > .menu > .item.hover {
color: rgba(255, 255, 255, 0.9);
}
.ui.inverted.tiered.menu .active.item:after {
display: none;
}
.ui.inverted.tiered.menu > .sub.menu > .active.item,
.ui.inverted.tiered.menu > .menu > .active.item {
color: rgba(255, 255, 255, 1);
color: rgba(255, 255, 255, 1) !important;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;

2
node/src/files/release/minified/collections/menu.min.css
File diff suppressed because it is too large
View File

2
node/src/files/release/packaged/css/semantic.min.css
File diff suppressed because it is too large
View File

BIN
node/src/files/release/semantic.zip

10
node/src/files/release/uncompressed/collections/menu.css

@ -475,7 +475,7 @@
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
color: rgba(0, 0, 0, 0.7);
color: rgba(0, 0, 0, 0.7) !important;
}
.ui.tiered.menu .sub.menu .active.item:after {
display: none;
@ -484,9 +484,6 @@
.ui.inverted.tiered.menu > .menu > .item {
color: rgba(255, 255, 255, 0.5);
}
.ui.inverted.tiered.menu .active.item:after {
display: none;
}
.ui.inverted.tiered.menu .sub.menu {
background-color: rgba(0, 0, 0, 0.2);
}
@ -497,9 +494,12 @@
.ui.inverted.tiered.menu > .menu > .item.hover {
color: rgba(255, 255, 255, 0.9);
}
.ui.inverted.tiered.menu .active.item:after {
display: none;
}
.ui.inverted.tiered.menu > .sub.menu > .active.item,
.ui.inverted.tiered.menu > .menu > .active.item {
color: #ffffff;
color: #ffffff !important;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;

10
src/collections/menu.less

@ -617,7 +617,7 @@
-moz-box-shadow: none;
box-shadow: none;
color: rgba(0, 0, 0, 0.7);
color: rgba(0, 0, 0, 0.7) !important;
}
.ui.tiered.menu .sub.menu .active.item:after {
display: none;
@ -627,9 +627,6 @@
.ui.inverted.tiered.menu > .menu > .item {
color: rgba(255, 255, 255, 0.5);
}
.ui.inverted.tiered.menu .active.item:after {
display: none;
}
.ui.inverted.tiered.menu .sub.menu {
background-color: rgba(0, 0, 0, 0.2);
}
@ -641,9 +638,12 @@
.ui.inverted.tiered.menu > .menu > .item.hover {
color: rgba(255, 255, 255, 0.9);
}
.ui.inverted.tiered.menu .active.item:after {
display: none;
}
.ui.inverted.tiered.menu > .sub.menu > .active.item,
.ui.inverted.tiered.menu > .menu > .active.item {
color: rgba(255, 255, 255, 1);
color: rgba(255, 255, 255, 1) !important;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;

Loading…
Cancel
Save