13 lines
213 B
SCSS
13 lines
213 B
SCSS
.pf-m-expanded .no-bottom-border {
|
|
border-bottom-style: none;
|
|
}
|
|
|
|
.ib-subdued-link {
|
|
color: inherit;
|
|
text-decoration: none;
|
|
|
|
&:hover {
|
|
color: inherit;
|
|
text-decoration: none;
|
|
}
|
|
}
|