mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-28 11:00:39 +00:00
TabWrapper background change
This commit is contained in:
@@ -61,7 +61,7 @@
|
|||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background: $light_background;
|
background: white;
|
||||||
color: $text;
|
color: $text;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
@@ -79,7 +79,7 @@
|
|||||||
padding: 8px;
|
padding: 8px;
|
||||||
|
|
||||||
&.active {
|
&.active {
|
||||||
background: #E8E9EB;
|
background: $light_background;
|
||||||
|
|
||||||
.tab-title {
|
.tab-title {
|
||||||
color: $text;
|
color: $text;
|
||||||
|
|||||||
Reference in New Issue
Block a user