Browse Source
Revert themes until LESS.js inheritance works correctly in browser for theme preview
pull/2979/head
Revert themes until LESS.js inheritance works correctly in browser for theme preview
pull/2979/head
7 changed files with 108 additions and 171 deletions
Split View
Diff Options
-
32src/themes/amazon/elements/button.overrides
-
29src/themes/amazon/elements/button.variables
-
39src/themes/github/collections/menu.overrides
-
69src/themes/github/collections/menu.variables
-
11src/themes/github/collections/message.overrides
-
14src/themes/github/collections/message.variables
-
85src/themes/github/elements/button.variables
@ -1,38 +1,7 @@ |
|||
/******************************* |
|||
Site Overrides |
|||
Overrides |
|||
*******************************/ |
|||
|
|||
/*-------------- |
|||
Tabular |
|||
---------------*/ |
|||
|
|||
.ui.vertical.tabular.menu { |
|||
padding: @medium 0em; |
|||
} |
|||
.ui.vertical.tabular.menu .item { |
|||
margin-top: @relative5px; |
|||
margin-bottom: @relative5px; |
|||
border-radius: 0px; |
|||
} |
|||
|
|||
/* Special Hover */ |
|||
.ui.vertical.tabular.menu a.item:not(.active):hover { |
|||
box-shadow: 2px 0px 0px #CCCCCC inset; |
|||
} |
|||
.ui.vertical.tabular.menu a.item:not(.active):hover .icon { |
|||
opacity: 1; |
|||
} |
|||
|
|||
/* Special Active */ |
|||
.ui.vertical.tabular.menu:not(.right) .active.item { |
|||
border-left: 3px solid @orange !important; |
|||
box-shadow: -1px -1px 3px rgba(0, 0, 0, 0.05); |
|||
} |
|||
|
|||
/* Right Side */ |
|||
.ui.vertical.right.tabular.menu { |
|||
background: linear-gradient(to right, #f6f6f6 0%, #FFFFFF 8px) transparent; |
|||
} |
|||
.ui.vertical.right.tabular.menu .active.item { |
|||
border-right: 3px solid @orange !important; |
|||
} |
|||
.ui.menu .item > .label { |
|||
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset; |
|||
} |
@ -0,0 +1,11 @@ |
|||
.ui.info.message { |
|||
background: linear-gradient(#D8EBF8, #D0E3EF); |
|||
} |
|||
.ui.error.message { |
|||
background: linear-gradient(#F8D8D8, #EFD0D0); |
|||
} |
|||
.ui.warning.message { |
|||
background: linear-gradient(#FFE3C8, #F5DAC0); |
|||
} |
|||
.ui.success.message { |
|||
} |
Write
Preview
Loading…
Cancel
Save