Skip to content

Commit

Permalink
Revert "Reset previously set style for lists"
Browse files Browse the repository at this point in the history
This reverts commit 88df258.

The commit unset a lot of style attributes instead of targeting a
specific conflict with the bootstrap3 template. This broke the menu
styles in many templates, including the default one.
  • Loading branch information
annda committed Jan 25, 2021
1 parent 8d066d4 commit 9af009d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions style.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,14 @@
div.plugin__navi {
li {
list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAAA1BMVEWZmZl86KQWAAAACklEQVQI12OAAwAACgABaQY5MgAAAABJRU5ErkJggg==);
all: unset
}

li.open {
list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEUAAACZmZl+9SADAAAAAXRSTlMAQObYZgAAABNJREFUeAFj+AeENQwWDAIMQAAAHhICwcrz0MAAAAAASUVORK5CYII=);
all: unset
}

li.close {
list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAJAQMAAADAY3TdAAAABlBMVEUAAACZmZl+9SADAAAAAXRSTlMAQObYZgAAABZJREFUeAFjZmA+wNwAhiXMGcwBzAsAI6QEKNehQp8AAAAASUVORK5CYII=);
all: unset
}

&.js {
Expand Down

0 comments on commit 9af009d

Please sign in to comment.