Skip to content

Commit

Permalink
hide yellow shadow from ol.less not ol.css
Browse files Browse the repository at this point in the history
  • Loading branch information
tmccormack165 committed Jan 19, 2024
1 parent 315b905 commit 0f3d519
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions styles/ol.less
Original file line number Diff line number Diff line change
Expand Up @@ -525,11 +525,11 @@ div#grammargroup {

.ui-tabs .ui-tabs-nav .ui-state-default {
border: none;
padding-right: 5px;
padding-right: 0px;
}
.ui-tabs .ui-tabs-nav .ui-state-active {
border: none;
padding-right: 5px;
padding-right: 0px;
& #myview {
border-bottom: 0px !important;
}
Expand Down
4 changes: 2 additions & 2 deletions styles/ol_zh.css
Original file line number Diff line number Diff line change
Expand Up @@ -409,11 +409,11 @@ div#grammargroup {
}
.ui-tabs .ui-tabs-nav .ui-state-default {
border: none;
padding-right: 5px;
padding-right: 0px;
}
.ui-tabs .ui-tabs-nav .ui-state-active {
border: none;
padding-right: 5px;
padding-right: 0px;
}
.ui-tabs .ui-tabs-nav .ui-state-active #myview {
border-bottom: 0px !important;
Expand Down

0 comments on commit 0f3d519

Please sign in to comment.