Skip to content

Commit

Permalink
fix: change behavior for selected tabs
Browse files Browse the repository at this point in the history
closes #4
  • Loading branch information
devCrossNet committed Oct 2, 2019
1 parent 683dd8a commit 7725cea
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions resources/META-INF/vuesion_theme.theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@

"DefaultTabs": {
"underlineColor": "#3d8beb",
"inactiveUnderlineColor": "#303a45",
"inactiveUnderlineColor": "#8dc3f9",
"underlineHeight": 1,
"hoverBackground": "#303a45"
},
Expand All @@ -131,7 +131,7 @@
"underlineColor": "#3d8beb",
"underlineHeight": 1,

"underlinedTabBackground": "#202831",
"underlinedTabBackground": "#303a45",
"inactiveColoredFileBackground": "#202831"
},

Expand Down Expand Up @@ -353,9 +353,11 @@
"selectedInactiveBackground": "#303a45",
"hoverBackground": "#303a45",
"hoverInactiveBackground": "#303a45",
"underlinedTabInactiveBackground": "#303a45",
"underlinedTabBackground": "#303a45",

"underlineColor": "#3d8beb",
"inactiveUnderlineColor": "#303a45",
"inactiveUnderlineColor": "#8dc3f9",
"underlineHeight": 1
},

Expand Down

0 comments on commit 7725cea

Please sign in to comment.