Project

General

Profile

« Previous | Next » 

Revision 824ae003

Added by Andreas Kohlbecker almost 5 years ago

ref #8320 fixing tab color specificity probelm

View differences:

themes/zen_dataportal/sass/cdm.scss
10 10

  
11 11
$page-part-margin: $base-line-height * 1;
12 12

  
13
/*  style links only for content in blocks and node and backbutton
14
    added also #identificationKey since there are not yet drupal nodes */
13
// style links only for content in blocks and node and backbutton
14
// added also #identificationKey since there are not yet drupal nodes
15
// #content requires the fix below!
15 16
.block, .node, #identificationKey, #content {
16 17
  @include cdm-link-style;
17 18
}
18 19

  
20
#content a.tabs-primary__tab-link{
21
  color: #333; // increasing specificity to avoid the color of the tabs to be overwritten
22
}
23

  
19 24
#page-toc {
20 25
  float:right;
21 26
    background-color: $page-background-color;

Also available in: Unified diff