1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-17 04:04:13 +02:00

Update AdminThemeReno to remove an extra pixel appearing underneath selected tab in WireTabs

This commit is contained in:
Ryan Cramer
2016-11-03 11:10:46 -04:00
parent 1633b990ca
commit 2135f2ca2e
4 changed files with 4 additions and 4 deletions

View File

@@ -757,7 +757,7 @@ ul.action-group{
border-right-color: transparent;
border-bottom-color: transparent;
border-left-color: transparent;
border-width: 1px 1px 2px 1px;
border-width: 1px 1px 0 1px;
border-style: solid;
border-radius: 3px 3px 0 0;
color: $link;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long