Skip to content

Commit 75e2eb3

Browse files
committed
Fix styles
1 parent 2f22cb9 commit 75e2eb3

File tree

3 files changed

+7
-15
lines changed

3 files changed

+7
-15
lines changed

assets/css/admin.css

+5-13
Original file line numberDiff line numberDiff line change
@@ -30,28 +30,20 @@
3030
background-color: #34863b !important;
3131
}
3232

33-
.tenup-experience-environment-indicator__icon {
34-
position: absolute;
35-
top: 10px;
36-
}
37-
38-
#wp-admin-bar-tenup-experience-environment-indicator > div > .ab-icon::before {
33+
.tenup-experience-environment-indicator .ab-icon::before {
3934
content: "\f174";
4035
top: 3px;
4136
}
4237

43-
#wp-admin-bar-tenup-experience-environment-indicator.tenup-production > div > .ab-icon::before {
38+
.tenup-experience-environment-indicator--production .ab-icon::before {
4439
content: "\f319";
45-
top: 3px;
4640
}
4741

48-
#wp-admin-bar-tenup-experience-environment-indicator.tenup-staging > div > .ab-icon::before {
42+
.tenup-experience-environment-indicator--staging .ab-icon::before {
4943
content: "\f111";
50-
top: 3px;
5144
}
5245

53-
#wp-admin-bar-tenup-experience-environment-indicator.tenup-development > div > .ab-icon::before,
54-
#wp-admin-bar-tenup-experience-environment-indicator.tenup-local > div > .ab-icon::before {
46+
.tenup-experience-environment-indicator--local .ab-icon::before,
47+
.tenup-experience-environment-indicator--development .ab-icon::before {
5548
content: "\f107";
56-
top: 3px;
5749
}

dist/css/admin.asset.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array(), 'version' => '51a81a1ed3d12a4c0273');
1+
<?php return array('dependencies' => array(), 'version' => '715b54e10189c970d72e');

dist/css/admin.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)