add nav-item class style
This commit is contained in:
parent
150bb7a0a9
commit
472e4df0c7
@ -55,3 +55,12 @@
|
||||
.news-ui-action {
|
||||
margin-left: 95%;
|
||||
}
|
||||
|
||||
.published-text {
|
||||
color: rgba(255,255,255,0.5) !important;
|
||||
padding-bottom: 0.5%;
|
||||
}
|
||||
|
||||
.nav-item {
|
||||
cursor: pointer; padding: 12px 24px; font-size: 1.5em;
|
||||
}
|
||||
@ -18,7 +18,6 @@ class NavbarButton extends DefaultElement {
|
||||
elementA.setAttribute("aria-current", "page");
|
||||
super([ elementA ]);
|
||||
this.addClass("nav-item");
|
||||
this.setPersonalStyle("cursor: pointer; padding: 12px 24px; font-size: 1.5em;");
|
||||
}
|
||||
|
||||
protected wrapHTML(content: string): string {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user